Dwarrowdelf.PipeConnection.TryGetMessage C# (CSharp) Method

TryGetMessage() public method

public TryGetMessage ( Message &msg ) : bool
msg Message
return bool
		public bool TryGetMessage(out Message msg)
		{
			return m_msgQueue.TryDequeue(out msg);
		}