Amazon.APIGateway.AmazonAPIGatewayClient.EndGetSdkTypes C# (CSharp) Method

EndGetSdkTypes() public method

Finishes the asynchronous execution of the GetSdkTypes operation.
public EndGetSdkTypes ( IAsyncResult asyncResult ) : GetSdkTypesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdkTypes.
return Amazon.APIGateway.Model.GetSdkTypesResponse
        public  GetSdkTypesResponse EndGetSdkTypes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSdkTypesResponse>(asyncResult);
        }
AmazonAPIGatewayClient