Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndGetId C# (CSharp) Method

EndGetId() public method

Finishes the asynchronous execution of the GetId operation.
public EndGetId ( IAsyncResult asyncResult ) : GetIdResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetId.
return Amazon.CognitoIdentity.Model.GetIdResponse
        public  GetIdResponse EndGetId(IAsyncResult asyncResult)
        {
            return EndInvoke<GetIdResponse>(asyncResult);
        }
AmazonCognitoIdentityClient