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

EndGetSdkType() public method

Finishes the asynchronous execution of the GetSdkType operation.
public EndGetSdkType ( IAsyncResult asyncResult ) : GetSdkTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdkType.
return Amazon.APIGateway.Model.GetSdkTypeResponse
        public  GetSdkTypeResponse EndGetSdkType(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSdkTypeResponse>(asyncResult);
        }
AmazonAPIGatewayClient