TK.BeginGetAssets Method

Begin get assets from initial element
Public Shared Function BeginGetAssets( _ 
ByVal initialElement As String, _ 
ByVal callback As AsyncCallback, _ 
ByVal state As Object
) As IAsyncResult
This language is not supported or no code example is available.
public static IAsyncResult BeginGetAssets( 
string initialElement
AsyncCallback callback
object state 
)
This language is not supported or no code example is available.

Parameters

initialElement
string

Initial element (branch).

callback
AsyncCallback

Callback method

state
object

State object. This reference will be passed when callback is called

Return Value

IAsyncResult

Referece to async result

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition