Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.GetSMSAttributesAsync C# (CSharp) Method

GetSMSAttributesAsync() public method

Initiates the asynchronous execution of the GetSMSAttributes operation.
public GetSMSAttributesAsync ( GetSMSAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleNotificationService.Model.GetSMSAttributesRequest Container for the necessary parameters to execute the GetSMSAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetSMSAttributesResponse> GetSMSAttributesAsync(GetSMSAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetSMSAttributesRequestMarshaller();
            var unmarshaller = GetSMSAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<GetSMSAttributesRequest,GetSMSAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleNotificationServiceClient::GetSMSAttributesAsync ( GetSMSAttributesRequest request, GetSMSAttributesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleNotificationServiceClient