Convenient constructor for deleting an old SI message, specified by ID. It's the same as:

Namespace: hr.tis.mgw.client.message.wap
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	id As String _
)
C#
public PushSIMessage (
	string id
)
Visual C++
public:
PushSIMessage (
	String^ id
)

Parameters

id
System.String
SI message ID

Remarks

CopyC#
new PushSIMessage(null, null, Action.DELETE, null, null, id, null);