Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndGlobalSignOut C# (CSharp) Method

EndGlobalSignOut() public method

Finishes the asynchronous execution of the GlobalSignOut operation.
public EndGlobalSignOut ( IAsyncResult asyncResult ) : GlobalSignOutResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGlobalSignOut.
return GlobalSignOutResponse
        public  GlobalSignOutResponse EndGlobalSignOut(IAsyncResult asyncResult)
        {
            return EndInvoke<GlobalSignOutResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient