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

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

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