Amazon.Pinpoint.AmazonPinpointClient.EndDeleteGcmChannel C# (CSharp) Method

EndDeleteGcmChannel() public method

Finishes the asynchronous execution of the DeleteGcmChannel operation.
public EndDeleteGcmChannel ( IAsyncResult asyncResult ) : DeleteGcmChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGcmChannel.
return Amazon.Pinpoint.Model.DeleteGcmChannelResponse
        public  DeleteGcmChannelResponse EndDeleteGcmChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteGcmChannelResponse>(asyncResult);
        }
AmazonPinpointClient