RateLimiterOptionsExtensions.CopyFrom method

Copies all rate limiter options and policies from the source to the target RateLimiterOptions.

public static void CopyFrom(this RateLimiterOptions target, RateLimiterOptions source)
parameter description
target The target RateLimiterOptions to copy to.
source The source RateLimiterOptions to copy from.

See Also