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

EndRemoveRoleFromInstanceProfile() public method

Finishes the asynchronous execution of the RemoveRoleFromInstanceProfile operation.
public EndRemoveRoleFromInstanceProfile ( IAsyncResult asyncResult ) : RemoveRoleFromInstanceProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveRoleFromInstanceProfile.
return RemoveRoleFromInstanceProfileResponse
        public  RemoveRoleFromInstanceProfileResponse EndRemoveRoleFromInstanceProfile(IAsyncResult asyncResult)
        {
            return EndInvoke<RemoveRoleFromInstanceProfileResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient