Skip to content

M_CodeJam_Threading_AsyncOperationHelper_CreateOperation

Andrew Koryavchenko edited this page Jun 17, 2018 · 6 revisions

AsyncOperationHelper.CreateOperation Method

Returns an AsyncOperation for tracking the duration of a particular asynchronous operation.

Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static AsyncOperation CreateOperation()

VB

Public Shared Function CreateOperation As AsyncOperation

F#

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