Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateRole C# (CSharp) Method

EndCreateRole() public method

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