Interface ISingleItemSubroutine
Base interface for a server method which is called for a single item and where the return is ignored
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface ISingleItemSubroutine
Remarks
For help deciding which interface to use for which type of method, see the remarks for IMethod
Methods
| Improve this Doc View SourceExecute(ISingleItemContext)
Executes the server event.
Declaration
void Execute(ISingleItemContext arg)
Parameters
Type | Name | Description |
---|---|---|
ISingleItemContext | arg | The server context (server connection, context item, and other helper methods). |
Remarks
To respond to this method, throw an exception