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

EndGetDevice() public method

Finishes the asynchronous execution of the GetDevice operation.
public EndGetDevice ( IAsyncResult asyncResult ) : GetDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDevice.
return Amazon.CognitoIdentityProvider.Model.GetDeviceResponse
        public  GetDeviceResponse EndGetDevice(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDeviceResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient