[This is preliminary documentation and is subject to change.]
Trigger a SendAssociation.
| C# | Visual Basic | Visual C++ |
public bool TriggerSendAssociationAndWait( DicomMessage dicomMessage, params PresentationContext[] presentationContexts )
Public Function TriggerSendAssociationAndWait ( _ dicomMessage As DicomMessage, _ ParamArray presentationContexts As PresentationContext() _ ) As Boolean
public: bool TriggerSendAssociationAndWait( DicomMessage^ dicomMessage, ... array<PresentationContext^>^ presentationContexts )
- dicomMessage (DicomMessage)
- The DicomMessage to send.
- presentationContexts (array< PresentationContext >[]()[])
- The presentation contexts used to set up an association.
Boolean - indicating success or not.