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