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

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

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

            return InvokeAsync<GetEndpointRequest,GetEndpointResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient