| BrainCloudServiceClientClient_InsertEndOfMessageBundleMarker Method |
[This is preliminary documentation and is subject to change.]
Inserts a marker which will tell the brainCloud comms layer
to close the message bundle off at this point. Any messages queued
before this method was called will likely be bundled together in
the next send to the server.
To ensure that only a single message is sent to the server you would
do something like this:
InsertEndOfMessageBundleMarker()
SomeApiCall()
InsertEndOfMessageBundleMarker()
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void Client_InsertEndOfMessageBundleMarker(
int clientIndex
)
Parameters
- clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
See Also