Method | Description | |
---|---|---|
AddData ( string keyValuePairs ) : void | ||
AddData ( string key, Object value ) : void | ||
Complete ( ) : void | ||
IsCompleted ( ) : bool | ||
IsSuccess ( ) : bool | ||
SetStatus ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
AbstractMessage ( string type, string name, IMessageManager messageManager = null ) : System | ||
SetCompleted ( bool completed ) : void |
protected AbstractMessage ( string type, string name, IMessageManager messageManager = null ) : System | ||
type | string | |
name | string | |
messageManager | IMessageManager | |
return | System |
public AddData ( string keyValuePairs ) : void | ||
keyValuePairs | string | |
return | void |
public AddData ( string key, Object value ) : void | ||
key | string | |
value | Object | |
return | void |
protected SetCompleted ( bool completed ) : void | ||
completed | bool | |
return | void |