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

EndGetGroupPolicy() public method

Finishes the asynchronous execution of the GetGroupPolicy operation.
public EndGetGroupPolicy ( IAsyncResult asyncResult ) : GetGroupPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetGroupPolicy.
return Amazon.IdentityManagement.Model.GetGroupPolicyResponse
        public  GetGroupPolicyResponse EndGetGroupPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<GetGroupPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient