This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Gitter.
Summary
Initializes a new instance of the
GitterChatMessageResult
class.
- Assembly
- Cake
.Gitter .dll - Namespace
- Cake
.Gitter .Chat - Containing Type
- Gitter
Chat Message Result
Syntax
public GitterChatMessageResult(bool ok, string timeStamp, string error)
Parameters
Name | Type | Description |
---|---|---|
ok | bool | Indicating success or failure |
timeStamp | string | Timestamp of the message |
error | string | Error message on failure |
Return Value
Type | Description |
---|---|
void |