Show / Hide Table of Contents

Class AsyncLocalScopeStack

Inheritance
object
AsyncLocalScopeStack
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.PacketHandling
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
Type Description
ClientPacketScope
| Edit this page View Source

Pop()

Declaration
public ClientPacketScope? Pop()
Returns
Type Description
ClientPacketScope
| Edit this page View Source

Push(ClientPacketScope)

Declaration
public void Push(ClientPacketScope scope)
Parameters
Type Name Description
ClientPacketScope scope
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX