Method | Description | |
---|---|---|
Delete ( System.Guid tweetID ) : void | ||
Tweet ( ) : System | ||
Tweet ( string message, System.Guid channel, string who ) : System |
Method | Description | |
---|---|---|
OnTweetAddedToChannel ( |
||
OnTweetDeleted ( |
||
OnTweetPosted ( |
protected OnTweetAddedToChannel ( |
||
e | ||
return | void |
protected OnTweetDeleted ( |
||
e | ||
return | void |
protected OnTweetPosted ( |
||
e | ||
return | void |
public Tweet ( string message, System.Guid channel, string who ) : System | ||
message | string | |
channel | System.Guid | |
who | string | |
return | System |