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

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

Returns information about the APNs channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetApnsChannel ( GetApnsChannelRequest request ) : GetApnsChannelResponse
request Amazon.Pinpoint.Model.GetApnsChannelRequest Container for the necessary parameters to execute the GetApnsChannel service method.
Результат Amazon.Pinpoint.Model.GetApnsChannelResponse
        public GetApnsChannelResponse GetApnsChannel(GetApnsChannelRequest request)
        {
            var marshaller = new GetApnsChannelRequestMarshaller();
            var unmarshaller = GetApnsChannelResponseUnmarshaller.Instance;

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