C# Class Visualizer.Monitor

Mostrar archivo Open project: HackerDom/ructf-2013-final

Public Properties

Property Type Description
OnCompleted EventHandler

Public Methods

Method Description
BeginLoadUpdates ( ) : void
GetScoreEvent ( int index ) : IMonitorEvent
Monitor ( ) : System
Scores ( int from, int to ) : IEnumerable
this ( int from, int to ) : IEnumerable
this ( int index ) : IMonitorEvent

Private Methods

Method Description
state_Completed ( object sender, EventArgs e ) : void

Method Details

BeginLoadUpdates() public method

public BeginLoadUpdates ( ) : void
return void

GetScoreEvent() public method

public GetScoreEvent ( int index ) : IMonitorEvent
index int
return IMonitorEvent

Monitor() public method

public Monitor ( ) : System
return System

Scores() public method

public Scores ( int from, int to ) : IEnumerable
from int
to int
return IEnumerable

this() public method

public this ( int from, int to ) : IEnumerable
from int
to int
return IEnumerable

this() public method

public this ( int index ) : IMonitorEvent
index int
return IMonitorEvent

Property Details

OnCompleted public_oe property

public EventHandler OnCompleted
return EventHandler