We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns an AsyncOperation for tracking the duration of a particular asynchronous operation.
Namespace: CodeJam.ThreadingAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static AsyncOperation CreateOperation()
VB
Public Shared Function CreateOperation As AsyncOperation
F#
static member CreateOperation : unit -> AsyncOperation
Type: AsyncOperationAn AsyncOperation that you can use to track the duration of an asynchronous method invocation.
AsyncOperationHelper ClassCodeJam.Threading Namespace