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

UpdateIdentityPoolAsync() public method

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

            return InvokeAsync<UpdateIdentityPoolRequest,UpdateIdentityPoolResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::UpdateIdentityPoolAsync ( UpdateIdentityPoolRequest request, UpdateIdentityPoolResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient