메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
EmbeddedReportingServer ( long port = 2000 ) : System | ||
StartAsync ( ) : Task |
Extracts jsreport-net-embedded.zip into path to server directory, starts jsreport using nodejs from bin folder
|
|
StopAsync ( ) : Task |
Sends kill signal to jsreport server and wait for it's exit
|
메소드 | 설명 | |
---|---|---|
CopyFilesRecursively ( |
||
CreateClient ( ) : |
||
Decompress ( ) : void | ||
DeleteDirectoryContent ( string path, bool skipMainDir = true ) : void | ||
DomainUnloadOrProcessExit ( object sender, |
||
GetMainModuleFilePath ( int processId ) : string | ||
InitializeServerPath ( ) : void | ||
InnerSerializeConfiguration ( object obj, string path ) : string | ||
IsWebApp ( |
||
SerializeConfiguration ( ) : string | ||
StartWorker ( ) : void | ||
WaitForStarted ( ) : Task |
public EmbeddedReportingServer ( long port = 2000 ) : System | ||
port | long | |
리턴 | System |