'Declaration
Public Function New( _ ByVal server As String, _ ByVal errorId As String, _ ByVal refresh As Boolean, _ ByVal refreshComplete As Boolean, _ ByVal eventDataPayload As AEEventDataPayload _ )
'Usage
Dim server As String Dim errorId As String Dim refresh As Boolean Dim refreshComplete As Boolean Dim eventDataPayload As AEEventDataPayload Dim instance As New AENotificationPayload(server, errorId, refresh, refreshComplete, eventDataPayload)
public AENotificationPayload( string server, string errorId, bool refresh, bool refreshComplete, AEEventDataPayload eventDataPayload )
public: AENotificationPayload( String^ server, String^ errorId, bool refresh, bool refreshComplete, AEEventDataPayload^ eventDataPayload )
Parameters
- server
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- errorId
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- refresh
- refreshComplete
- eventDataPayload
The value of this parameter cannot be
null
(Nothing
in Visual Basic).