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

EndSetUserSettings() public method

Finishes the asynchronous execution of the SetUserSettings operation.
public EndSetUserSettings ( IAsyncResult asyncResult ) : SetUserSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetUserSettings.
return SetUserSettingsResponse
        public  SetUserSettingsResponse EndSetUserSettings(IAsyncResult asyncResult)
        {
            return EndInvoke<SetUserSettingsResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient