C# Class XDAFileWatcher.ServiceClient

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: GridProtectionAlliance/openXDA

Public Methods

Method Description
ServiceClient ( ) : System
Start ( string args ) : void

Private Methods

Method Description
ClientHelper_AuthenticationFailure ( object sender, CancelEventArgs e ) : void
ClientHelper_ReceivedServiceResponse ( object sender, EventArgs e ) : void
ClientHelper_ReceivedServiceUpdate ( object sender, string>.EventArgs e ) : void
ClientHelper_TelnetSessionEstablished ( object sender, EventArgs e ) : void
ClientHelper_TelnetSessionTerminated ( object sender, EventArgs e ) : void
DisplayHelp ( ) : void

Method Details

ServiceClient() public method

public ServiceClient ( ) : System
return System

Start() public method

public Start ( string args ) : void
args string
return void