[This is preliminary documentation and is subject to change.]
Add the given DicomServer using the Destination Actor Configuration.
| C# | Visual Basic | Visual C++ |
protected void AddDicomServer( DicomServerTypeEnum dicomServerType, ActorTypeEnum fromActorType, CommonConfig commonConfig, BasePeerToPeerConfigCollection peerToPeerConfigCollection )
Protected Sub AddDicomServer ( _ dicomServerType As DicomServerTypeEnum, _ fromActorType As ActorTypeEnum, _ commonConfig As CommonConfig, _ peerToPeerConfigCollection As BasePeerToPeerConfigCollection _ )
protected: void AddDicomServer( DicomServerTypeEnum dicomServerType, ActorTypeEnum fromActorType, CommonConfig^ commonConfig, BasePeerToPeerConfigCollection^ peerToPeerConfigCollection )
- dicomServerType (DicomServerTypeEnum)
- Dicom Server Type.
- fromActorType (ActorTypeEnum)
- From Actor Type.
- commonConfig (CommonConfig)
- Common Configuration.
- peerToPeerConfigCollection (BasePeerToPeerConfigCollection)
- Peer to Peer Configuration collection.