Property | Type | Description | |
---|---|---|---|
_excludeSite200 | bool |
Method | Description | |
---|---|---|
MySession ( ) : System | ||
MySession ( string facadeName ) : System |
Every client application requesting a MDWS session (invokes a function with EnableSession = True attribute) passes through this point. Fetches facade configuration settings and sets up session for subsequent calls
|
|
close ( ) : void | ||
execute ( string className, string methodName, object args ) : Object | ||
setSites ( string sitesFileName ) : |
Allow a client application to specifiy their sites file by name
|
|
watchSitesFile ( string path ) : void | ||
watcher_Changed ( object sender, |
public MySession ( string facadeName ) : System | ||
facadeName | string | The facade name being invoked (e.g. EmrSvc) |
return | System |
public execute ( string className, string methodName, object args ) : Object | ||
className | string | |
methodName | string | |
args | object | |
return | Object |
public setSites ( string sitesFileName ) : |
||
sitesFileName | string | The name of the sites file |
return |
public watcher_Changed ( object sender, |
||
sender | object | |
e | ||
return | void |