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.2.419.0 (24.2.419.0)
Syntax protected CommunicationLinkCollection(
CommunicationLinkCollection existingCollection,
CopyContext context
)
Protected Sub New (
existingCollection As CommunicationLinkCollection,
context As CopyContext
)
protected:
CommunicationLinkCollection(
CommunicationLinkCollection^ existingCollection,
CopyContext^ context
)
new :
existingCollection : CommunicationLinkCollection *
context : CopyContext -> CommunicationLinkCollection
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