Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Send ( string body, string name ) : void |
Blocks while sending a message to the SumoLogic server, retrying as many time as needed.
|
|
SumoLogicMessageSender ( |
Initializes a new instance of the SumoLogicMessageSender class.
|
|
TrySend ( string body, string name ) : void |
Blocks while sending a message to the SumoLogic server, no retries are performed.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used and optionally disposes of the managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to releases only unmanaged resources. |
return | void |
public Send ( string body, string name ) : void | ||
body | string | The message body. |
name | string | The message name. |
return | void |
public SumoLogicMessageSender ( |
||
httpMessageHandler | The HTTP message handler. | |
log | ILog | The log service. |
return | System |
public TrySend ( string body, string name ) : void | ||
body | string | The message body. |
name | string | The message name. |
return | void |