Share via


EntityProxy.Signal(String, Object) Method

Definition

Signal entity function.

protected internal void Signal (string operationName, object operationInput);
member this.Signal : string * obj -> unit
Protected Friend Sub Signal (operationName As String, operationInput As Object)

Parameters

operationName
String

The name of the operation.

operationInput
Object

The input for the operation.

Applies to