메소드 | 설명 | |
---|---|---|
Create ( ushort messageType ) : |
Creates a new instance of the messageType.
|
|
Register ( IEnumerable |
Registers types with a method of construction.
|
메소드 | 설명 | |
---|---|---|
MessageFactory ( ) : System | ||
RegisterTypesWithCtors ( IEnumerable |
public Create ( ushort messageType ) : |
||
messageType | ushort | The unique message identifier in the protocol for the desired message. |
리턴 |
public Register ( IEnumerable |
||
messageTypes | IEnumerable |
The types to register. |
리턴 | void |