Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetIdentityNotificationTopicAsync C# (CSharp) Метод

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

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

            return InvokeAsync<SetIdentityNotificationTopicRequest,SetIdentityNotificationTopicResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::SetIdentityNotificationTopicAsync ( SetIdentityNotificationTopicRequest request, SetIdentityNotificationTopicResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient