Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndUpdateManagedInstanceRole C# (CSharp) Method

EndUpdateManagedInstanceRole() public method

Finishes the asynchronous execution of the UpdateManagedInstanceRole operation.
public EndUpdateManagedInstanceRole ( IAsyncResult asyncResult ) : UpdateManagedInstanceRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateManagedInstanceRole.
return UpdateManagedInstanceRoleResponse
        public  UpdateManagedInstanceRoleResponse EndUpdateManagedInstanceRole(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateManagedInstanceRoleResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient