DatastoreCallbackArgs
Data passed in the Datastore callback
Declaration
public struct DatastoreCallbackArgs : ValueTypeConstructors
public DatastoreCallbackArgs(DatastoreOperationType operationType, Result result, uint requestId, string key, byte[] value, uint version)
Properties
| Name | Type | Summary |
|---|---|---|
| Key | string | - |
| OperationType | DatastoreOperationType | - |
| RequestId | uint | - |
| Result | Result | - |
| Value | byte[] | - |
| Version | uint | - |