Click or drag to resize

MessageClientDelete Method

Deletes a message by message id.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Delete(
	string messageId,
	Action<SparkApiEventArgs> completionHandler
)

Parameters

messageId
Type: SystemString
The identifier of the message.
completionHandler
Type: SystemActionSparkApiEventArgs
The completion event handler.
Remarks
Since: 0.1.0
See Also