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

EndUpdateGcmChannel() public method

Finishes the asynchronous execution of the UpdateGcmChannel operation.
public EndUpdateGcmChannel ( IAsyncResult asyncResult ) : UpdateGcmChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGcmChannel.
return Amazon.Pinpoint.Model.UpdateGcmChannelResponse
        public  UpdateGcmChannelResponse EndUpdateGcmChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateGcmChannelResponse>(asyncResult);
        }
AmazonPinpointClient