Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.GlobalSignOutAsync C# (CSharp) Метод

GlobalSignOutAsync() публичный Метод

Initiates the asynchronous execution of the GlobalSignOut operation.
public GlobalSignOutAsync ( GlobalSignOutRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentityProvider.Model.GlobalSignOutRequest Container for the necessary parameters to execute the GlobalSignOut operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GlobalSignOutResponse> GlobalSignOutAsync(GlobalSignOutRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GlobalSignOutRequestMarshaller();
            var unmarshaller = GlobalSignOutResponseUnmarshaller.Instance;

            return InvokeAsync<GlobalSignOutRequest,GlobalSignOutResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient