Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( byte body ) : |
||
Envelope ( ) : System | ||
Envelope ( IEvent message ) : System | ||
GetEventType ( string type ) : |
||
GetHeader ( string key ) : string | ||
Open ( ) : IEvent | ||
Serialize ( ) : byte[] | ||
SetHeader ( string key, string value ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Envelope ( byte body ) : System |
public static Deserialize ( byte body ) : |
||
body | byte | |
return |
public GetEventType ( string type ) : |
||
type | string | |
return |
public SetHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |