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

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

Initiates the asynchronous execution of the GetApnsChannel operation.
public GetApnsChannelAsync ( GetApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetApnsChannelRequest Container for the necessary parameters to execute the GetApnsChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetApnsChannelResponse> GetApnsChannelAsync(GetApnsChannelRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetApnsChannelRequestMarshaller();
            var unmarshaller = GetApnsChannelResponseUnmarshaller.Instance;

            return InvokeAsync<GetApnsChannelRequest,GetApnsChannelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient