Skip to content

IControllable Methods

A general interface for controllable components inside Orleans runtime.

ExecuteCommand(int, object)

abstract
public abstract Task<object> ExecuteCommand(int command, object arg)
A function to execute a control command.

Parameters

commandint
A serial number of the command.
argobject
An opaque command argument.

Returns

The value returned from the command handler.