프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_excludeSite200 | bool |
메소드 | 설명 | |
---|---|---|
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) |
리턴 | System |
public execute ( string className, string methodName, object args ) : Object | ||
className | string | |
methodName | string | |
args | object | |
리턴 | Object |
public setSites ( string sitesFileName ) : |
||
sitesFileName | string | The name of the sites file |
리턴 |
public watcher_Changed ( object sender, |
||
sender | object | |
e | ||
리턴 | void |