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

GetIdAsync() public method

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

            return InvokeAsync<GetIdRequest,GetIdResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::GetIdAsync ( GetIdRequest request, GetIdResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient