Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateRole C# (CSharp) Méthode

EndCreateRole() public méthode

Finishes the asynchronous execution of the CreateRole operation.
public EndCreateRole ( IAsyncResult asyncResult ) : CreateRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRole.
Résultat Amazon.IdentityManagement.Model.CreateRoleResponse
        public  CreateRoleResponse EndCreateRole(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRoleResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient