Class WorkManager.ReleaseWork

    • Constructor Detail

      • ReleaseWork

        public ReleaseWork()
        Default constructor (necessary for a lite serialization).
      • ReleaseWork

        public ReleaseWork​(long lWorkId,
                           int nMemberId)
        Construct the ReleaseWork for a given Work.
        Parameters:
        lWorkId - the Work id
        nMemberId - the Member id
    • Method Detail

      • run

        public void run()
        Called exactly once by the InvocationService to invoke this Invocable object.