TK.EndGetElementType Method

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

Parameters

ar
IAsyncResult

Identification of the asynchronous invoke

Return Value

string

Type name if success else empty string

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition