MethodInterceptionProceedAwaitable.GetTask Method |
Gets the underlying task that represents the asynchronous proceed operation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public Task GetTask()
Return Value
Type: TaskThe Task instance that represents the asynchronous proceed operation.