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

EndGetGcmChannel() public method

Finishes the asynchronous execution of the GetGcmChannel operation.
public EndGetGcmChannel ( IAsyncResult asyncResult ) : GetGcmChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetGcmChannel.
return Amazon.Pinpoint.Model.GetGcmChannelResponse
        public  GetGcmChannelResponse EndGetGcmChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<GetGcmChannelResponse>(asyncResult);
        }
AmazonPinpointClient