Dwarrowdelf.Server.GameDispatcher.VerifyAccess C# (CSharp) Method

VerifyAccess() public method

public VerifyAccess ( ) : void
return void
        public void VerifyAccess()
        {
            if (!this.CheckAccess())
                throw new InvalidOperationException("VerifyAccess");
        }

Usage Example

Ejemplo n.º 1
0
 void VerifyAccess()
 {
     m_dispatcher.VerifyAccess();
 }