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

EndGetRole() public method

Finishes the asynchronous execution of the GetRole operation.
public EndGetRole ( IAsyncResult asyncResult ) : GetRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRole.
return Amazon.IdentityManagement.Model.GetRoleResponse
        public  GetRoleResponse EndGetRole(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRoleResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient