AddInventoryItemRequest

Inventory Service

Class

Inheritance

SpatialAsyncOperation
AddInventoryItemRequest

Properties

amount

The amount of the item to add

itemID

The ID of the item to add

succeeded

True if the item was added successfully

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.

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.