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

UnlinkIdentityAsync() public method

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

            return InvokeAsync<UnlinkIdentityRequest,UnlinkIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::UnlinkIdentityAsync ( UnlinkIdentityRequest request, UnlinkIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient