TK.BeginGetAssets Method
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
IAsyncResultReferece to async result