DataStoreDumpVariablesRequest
User World Data Store Service
Class
Request to dump all variables in the data store as a JSON string.
SpatialAsyncOperation
DataStoreOperationRequest
DataStoreDumpVariablesRequest
Properties
json | The current contents of the data store as a JSON string. |
Inherited Members
InvokeCompletionEvent() | Invokes the completion event. |
completed | Event that is invoked when the operation is completed. |
isDone | Returns true if the operation is done. |
keepWaiting | Returns true if the operation is not done. |
responseCode | The response code for the operation. |
succeeded | Whether the operation succeeded or not. |
Extension Methods
SetCompletedEvent<T>(T, Action<T>) | Sets the completion event, same as setting the event using the completed property, but returns the operation itself. |