Click or drag to resize

CommunicationLinkCollection Constructor (CommunicationLinkCollection, CopyContext)

Creates an instance containing the objects provided.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected CommunicationLinkCollection(
	CommunicationLinkCollection existingCollection,
	CopyContext context
)

Parameters

existingCollection
Type: AGI.Foundation.CommunicationsCommunicationLinkCollection
The existing collection used to populate this collection initially.
context
Type: AGI.Foundation.InfrastructureCopyContext
The context to use to perform the copy.
See Also