ClientMessaging Constructor

Construct the instance
Public Sub New( _ 
ByVal parent As RunObj, _ 
ByVal id As Integer
)
This language is not supported or no code example is available.
public ClientMessaging( 
RunObj parent
int id 
)
This language is not supported or no code example is available.

Parameters

parent
RunObj

Reference to parent

id
int

Id of the runtime object of this instance

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition