Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DescribeIdentityAsync C# (CSharp) Method

DescribeIdentityAsync() public method

Initiates the asynchronous execution of the DescribeIdentity operation.
public DescribeIdentityAsync ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentity.Model.DescribeIdentityRequest Container for the necessary parameters to execute the DescribeIdentity operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeIdentityResponse> DescribeIdentityAsync(DescribeIdentityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeIdentityRequestMarshaller();
            var unmarshaller = DescribeIdentityResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeIdentityRequest,DescribeIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::DescribeIdentityAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task
AmazonCognitoIdentityClient::DescribeIdentityAsync ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, DescribeIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient::DescribeIdentityAsync ( string identityId, DescribeIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient