-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Threading_AsyncOperationHelper_CreateOperation
andrewvk edited this page Mar 31, 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#
[NotNullAttribute]
[PureAttribute]
public static AsyncOperation CreateOperation()
VB
<NotNullAttribute>
<PureAttribute>
Public Shared Function CreateOperation As AsyncOperation
F#
[<NotNullAttribute>]
[<PureAttribute>]
static member CreateOperation : unit -> AsyncOperation
Type: AsyncOperation
An AsyncOperation that you can use to track the duration of an asynchronous method invocation.