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