-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Threading_AsyncOperationHelper_CreateOperation
andrewvk edited this page Apr 5, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Returns an AsyncOperation for tracking the duration of a particular asynchronous operation.
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static AsyncOperation CreateOperation()
VB
Public Shared Function CreateOperation As AsyncOperation
F#
static member CreateOperation : unit -> AsyncOperation
Type: AsyncOperation
An AsyncOperation that you can use to track the duration of an asynchronous method invocation.