Dwarrowdelf.TcpConnection.TryGetMessage C# (CSharp) Méthode

TryGetMessage() public méthode

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