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

EndGetApnsChannel() public method

Finishes the asynchronous execution of the GetApnsChannel operation.
public EndGetApnsChannel ( IAsyncResult asyncResult ) : GetApnsChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApnsChannel.
return Amazon.Pinpoint.Model.GetApnsChannelResponse
        public  GetApnsChannelResponse EndGetApnsChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<GetApnsChannelResponse>(asyncResult);
        }
AmazonPinpointClient