Fork me on GitHub
Show / Hide Table of Contents

Class AwaitableConstraintExtension

Provides extension to interface IAwaitableConstraint

Inheritance
System.Object
AwaitableConstraintExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RateLimiter
Assembly: RateLimiter.dll
Syntax
public static class AwaitableConstraintExtension

Methods

| Improve this Doc View Source

Compose(IAwaitableConstraint, IAwaitableConstraint)

Compose two awaitable constraint in a new one

Declaration
public static IAwaitableConstraint Compose(this IAwaitableConstraint awaitableConstraint1, IAwaitableConstraint awaitableConstraint2)
Parameters
Type Name Description
IAwaitableConstraint awaitableConstraint1
IAwaitableConstraint awaitableConstraint2
Returns
Type Description
IAwaitableConstraint
  • Improve this Doc
  • View Source
Back to top Generated by DocFX