Amazon.Pinpoint.AmazonPinpointClient.EndGetApnsChannel C# (CSharp) Метод

EndGetApnsChannel() публичный Метод

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