tiesky.com.SharmIpcInternals.ReaderWriterHandler.GetMessageId C# (CSharp) Method

GetMessageId() public method

To get new Id this function must be used
public GetMessageId ( ) : ulong
return ulong
        public ulong GetMessageId()
        {
            lock (lock_q)
            {
                return ++msgId_Sending;
            }
        }