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

EndGetSdk() public method

Finishes the asynchronous execution of the GetSdk operation.
public EndGetSdk ( IAsyncResult asyncResult ) : GetSdkResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdk.
return Amazon.APIGateway.Model.GetSdkResponse
        public  GetSdkResponse EndGetSdk(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSdkResponse>(asyncResult);
        }
AmazonAPIGatewayClient