C# Class TSystems.RELOAD.Extension.GatewayRequestHandler.StoreRequest

Inheritance: Request
Mostrar archivo Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method Description
StoreRequest ( Machine machine, Usage_Code_Point codePoint, int type, string args = null ) : System
fire ( string nameSpace, NodeId id ) : void

Method Details

StoreRequest() public method

public StoreRequest ( Machine machine, Usage_Code_Point codePoint, int type, string args = null ) : System
machine Machine
codePoint Usage_Code_Point
type int
args string
return System

fire() public method

public fire ( string nameSpace, NodeId id ) : void
nameSpace string
id TSystems.RELOAD.Utils.NodeId
return void