TK.EndGetAssets Method

End an asynchronous GetAssets method
Public Shared Function EndGetAssets( _ 
ByVal ar As IAsyncResult
) As String()
This language is not supported or no code example is available.
public static string[] EndGetAssets( 
IAsyncResult ar 
)
This language is not supported or no code example is available.

Parameters

ar
IAsyncResult

Identification of the asynchronous invoke

Return Value

string[]

Array of string containg attributes

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition