Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SetEndpointAttributesAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the SetEndpointAttributes operation.
public SetEndpointAttributesAsync ( SetEndpointAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SetEndpointAttributesRequest Container for the necessary parameters to execute the SetEndpointAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<SetEndpointAttributesResponse> SetEndpointAttributesAsync(SetEndpointAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetEndpointAttributesRequestMarshaller();
            var unmarshaller = SetEndpointAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<SetEndpointAttributesRequest,SetEndpointAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleNotificationServiceClient::SetEndpointAttributesAsync ( SetEndpointAttributesRequest request, SetEndpointAttributesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleNotificationServiceClient