C# Class DisruptorGeneralTest.StubEvent

Exibir arquivo Open project: bingyang001/disruptor-net-3.3.0-alpha Class Usage Examples

Public Properties

Property Type Description
TRANSLATOR EventTranslatorTwoArg

Public Methods

Method Description
Copy ( StubEvent evt ) : void
Equals ( StubEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StubEvent ( int i ) : System
ToString ( ) : string

Method Details

Copy() public method

public Copy ( StubEvent evt ) : void
evt StubEvent
return void

Equals() public method

public Equals ( StubEvent other ) : bool
other StubEvent
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StubEvent() public method

public StubEvent ( int i ) : System
i int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

TRANSLATOR public_oe static_oe property

public static EventTranslatorTwoArg TRANSLATOR
return EventTranslatorTwoArg