[This is preliminary documentation and is subject to change.]
Update the given DicomServer using the Destination Actor Configuration.
| C# | Visual Basic | Visual C++ |
protected void UpdateDicomServer( ActorName serverActorName, ActorTypeEnum clientActorType, CommonConfig commonConfig, BasePeerToPeerConfigCollection peerToPeerConfigCollection )
Protected Sub UpdateDicomServer ( _ serverActorName As ActorName, _ clientActorType As ActorTypeEnum, _ commonConfig As CommonConfig, _ peerToPeerConfigCollection As BasePeerToPeerConfigCollection _ )
protected: void UpdateDicomServer( ActorName^ serverActorName, ActorTypeEnum clientActorType, CommonConfig^ commonConfig, BasePeerToPeerConfigCollection^ peerToPeerConfigCollection )
- serverActorName (ActorName)
- DicomServer Actor Name.
- clientActorType (ActorTypeEnum)
- DicomClient Actor Type.
- commonConfig (CommonConfig)
- Common Configuration.
- peerToPeerConfigCollection (BasePeerToPeerConfigCollection)
- Peer to Peer Configuration collection.