Class Batcher
Assembly: doc.dll
Syntax
public class Batcher : object
Constructors
|
Improve this Doc
View Source
Batcher(Int32)
Declaration
public Batcher(int threshold)
Parameters
Type |
Name |
Description |
Int32 |
threshold |
|
Fields
|
Improve this Doc
View Source
Declaration
public const int HeaderSize = null
Field Value
Methods
|
Improve this Doc
View Source
AddMessage(ArraySegment<Byte>, Double)
Declaration
public void AddMessage(ArraySegment<byte> message, double timeStamp)
Parameters
Type |
Name |
Description |
ArraySegment<Byte> |
message |
|
Double |
timeStamp |
|
|
Improve this Doc
View Source
GetBatch(NetworkWriter)
Declaration
public bool GetBatch(NetworkWriter writer)
Parameters
Returns