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

EndListRoles() public method

Finishes the asynchronous execution of the ListRoles operation.
public EndListRoles ( IAsyncResult asyncResult ) : ListRolesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRoles.
return Amazon.IdentityManagement.Model.ListRolesResponse
        public  ListRolesResponse EndListRoles(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRolesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient