IControllable Interface

Definition

A general interface for controllable components inside Orleans runtime.

public interface IControllable
type IControllable = interface
Public Interface IControllable
Derived

Methods

ExecuteCommand(Int32, Object)

A function to execute a control command.

Applies to