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

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

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