Amazon.EC2.AmazonEC2Client.DescribeIdentityIdFormatAsync C# (CSharp) Method

DescribeIdentityIdFormatAsync() public method

Initiates the asynchronous execution of the DescribeIdentityIdFormat operation.
public DescribeIdentityIdFormatAsync ( DescribeIdentityIdFormatRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeIdentityIdFormatRequest Container for the necessary parameters to execute the DescribeIdentityIdFormat operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeIdentityIdFormatResponse> DescribeIdentityIdFormatAsync(DescribeIdentityIdFormatRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeIdentityIdFormatRequestMarshaller();
            var unmarshaller = DescribeIdentityIdFormatResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeIdentityIdFormatRequest,DescribeIdentityIdFormatResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client