Class AsyncLocalScopeStack
Inheritance
AsyncLocalScopeStack
Assembly: SlipeServer.Server.dll
Syntax
public class AsyncLocalScopeStack
Constructors
|
Edit this page
View Source
AsyncLocalScopeStack()
Declaration
public AsyncLocalScopeStack()
Methods
|
Edit this page
View Source
Peek()
Declaration
public ClientPacketScope? Peek()
Returns
|
Edit this page
View Source
Pop()
Declaration
public ClientPacketScope? Pop()
Returns
|
Edit this page
View Source
Push(ClientPacketScope)
Declaration
public void Push(ClientPacketScope scope)
Parameters