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

EndListDevices() public method

Finishes the asynchronous execution of the ListDevices operation.
public EndListDevices ( IAsyncResult asyncResult ) : ListDevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDevices.
return Amazon.CognitoIdentityProvider.Model.ListDevicesResponse
        public  ListDevicesResponse EndListDevices(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDevicesResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient