C# Class Aegis.Network.AwaitableMethod.TCSData

Show file Open project: SyncZone/AegisFramework

Public Properties

Property Type Description
packetId ushort
predicate bool>.Func
tcs TaskCompletionSource

Property Details

packetId public property

public ushort packetId
return ushort

predicate public property

public Func predicate
return bool>.Func

tcs public property

public TaskCompletionSource tcs
return TaskCompletionSource