Method | Description | |
---|---|---|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
Update ( string text ) : void |
Updates status with the specified text.
|
|
Update ( string text, StatusType type ) : void |
Updates status with the specified text.
|
public Update ( string text, StatusType type ) : void | ||
text | string | The text. |
type | StatusType | The type. |
return | void |