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

EndDeleteApnsChannel() public method

Finishes the asynchronous execution of the DeleteApnsChannel operation.
public EndDeleteApnsChannel ( IAsyncResult asyncResult ) : DeleteApnsChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApnsChannel.
return DeleteApnsChannelResponse
        public  DeleteApnsChannelResponse EndDeleteApnsChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteApnsChannelResponse>(asyncResult);
        }
AmazonPinpointClient