Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndGetRolePolicy C# (CSharp) 메소드

EndGetRolePolicy() 공개 메소드

Finishes the asynchronous execution of the GetRolePolicy operation.
public EndGetRolePolicy ( IAsyncResult asyncResult ) : GetRolePolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRolePolicy.
리턴 Amazon.IdentityManagement.Model.GetRolePolicyResponse
        public  GetRolePolicyResponse EndGetRolePolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRolePolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient