Skip to content

M_CodeJam_Threading_AsyncOperationHelper_CreateOperation

andrewvk edited this page Mar 31, 2016 · 6 revisions

AsyncOperationHelper.CreateOperation Method

[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)

Syntax

C#

[NotNullAttribute]
[PureAttribute]
public static AsyncOperation CreateOperation()

VB

<NotNullAttribute>
<PureAttribute>
Public Shared Function CreateOperation As AsyncOperation

F#

[<NotNullAttribute>]
[<PureAttribute>]
static member CreateOperation : unit -> AsyncOperation 

Return Value

Type: AsyncOperation
An AsyncOperation that you can use to track the duration of an asynchronous method invocation.

See Also

Reference

AsyncOperationHelper Class
CodeJam.Threading Namespace

Clone this wiki locally