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

Syntax

Visual Basic (Declaration)
Public Sub notifyLongSmsReception ( _
	registrationIdentifier As String, _
	smsServiceActivationNumber As String, _
	senderAddress As String, _
	message As String, _
	sarMsgRefNum As Integer, _
	sarTotalSegments As Integer, _
	sarSegmentSeqNum As Integer _
)
C#
public void notifyLongSmsReception (
	string registrationIdentifier,
	string smsServiceActivationNumber,
	string senderAddress,
	string message,
	int sarMsgRefNum,
	int sarTotalSegments,
	int sarSegmentSeqNum
)
Visual C++
public:
virtual void notifyLongSmsReception (
	String^ registrationIdentifier, 
	String^ smsServiceActivationNumber, 
	String^ senderAddress, 
	String^ message, 
	int sarMsgRefNum, 
	int sarTotalSegments, 
	int sarSegmentSeqNum
) sealed

Parameters

registrationIdentifier
System.String
smsServiceActivationNumber
System.String
senderAddress
System.String
message
System.String
sarMsgRefNum
System.Int32
sarTotalSegments
System.Int32
sarSegmentSeqNum
System.Int32