Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndUnlinkDeveloperIdentity C# (CSharp) Метод

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

Finishes the asynchronous execution of the UnlinkDeveloperIdentity operation.
public EndUnlinkDeveloperIdentity ( IAsyncResult asyncResult ) : UnlinkDeveloperIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnlinkDeveloperIdentity.
Результат UnlinkDeveloperIdentityResponse
        public  UnlinkDeveloperIdentityResponse EndUnlinkDeveloperIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<UnlinkDeveloperIdentityResponse>(asyncResult);
        }
AmazonCognitoIdentityClient