Class AsyncMethodBinding<TReturnValue>
Namespace: PostSharp.Aspects.Internals
Assembly: PostSharp.dll
Syntax
[Internal]
public abstract class AsyncMethodBinding<TReturnValue> : Object, IAsyncMethodBinding, IMethodBinding
Type Parameters
Name | Description |
---|---|
TReturnValue |
Constructors
Name | Description |
---|---|
AsyncMethodBinding() |
Methods
Name | Description |
---|---|
Invoke(ref Object, Arguments) | |
InvokeAsync(ref Object, Arguments, Object) |
Explicit Interface Implementations
Name | Description |
---|---|
IAsyncMethodBinding.InvokeAsync(ref Object, Arguments) |