C# Class pegasus.eventbus.client.Event

Inheritance: IEvent
显示文件 Open project: Berico-Technologies/Event-Bus

Private Properties

Property Type Description

Public Methods

Method Description
Event ( ) : System
Serialize ( ) : byte[]

Protected Methods

Method Description
GetHeader ( string key ) : string
SetHeader ( string key, string value ) : void

Method Details

Event() public method

public Event ( ) : System
return System

GetHeader() protected method

protected GetHeader ( string key ) : string
key string
return string

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

SetHeader() protected method

protected SetHeader ( string key, string value ) : void
key string
value string
return void