Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.DescribeUserPoolAsync C# (CSharp) Method

DescribeUserPoolAsync() public method

Initiates the asynchronous execution of the DescribeUserPool operation.
public DescribeUserPoolAsync ( DescribeUserPoolRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentityProvider.Model.DescribeUserPoolRequest Container for the necessary parameters to execute the DescribeUserPool operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeUserPoolResponse> DescribeUserPoolAsync(DescribeUserPoolRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeUserPoolRequestMarshaller();
            var unmarshaller = DescribeUserPoolResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeUserPoolRequest,DescribeUserPoolResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient