TK.EndGetAllAttributes Method

End an asynchronous GetAllAttributes method
Public Shared Function EndGetAllAttributes( _ 
ByVal ar As IAsyncResult
) As String()
This language is not supported or no code example is available.
public static string[] EndGetAllAttributes( 
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