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

LookupDeveloperIdentityAsync() public method

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

            return InvokeAsync<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::LookupDeveloperIdentityAsync ( LookupDeveloperIdentityRequest request, LookupDeveloperIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient