Amazon.DirectoryService.AmazonDirectoryServiceClient.EndListSchemaExtensions C# (CSharp) Method

EndListSchemaExtensions() public method

Finishes the asynchronous execution of the ListSchemaExtensions operation.
public EndListSchemaExtensions ( IAsyncResult asyncResult ) : ListSchemaExtensionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSchemaExtensions.
return Amazon.DirectoryService.Model.ListSchemaExtensionsResponse
        public  ListSchemaExtensionsResponse EndListSchemaExtensions(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSchemaExtensionsResponse>(asyncResult);
        }
AmazonDirectoryServiceClient