DVTk API
TriggerSendAssociationAndWait Method (dicomMessage, presentationContexts)
DVTkDvtk.DvtkDicomEmulators.BasesHliScuTriggerSendAssociationAndWait(DicomMessage, array<PresentationContext>[]()[])
DVTk API

[This is preliminary documentation and is subject to change.]

Trigger a SendAssociation.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
dicomMessage (DicomMessage)
The DicomMessage to send.
presentationContexts (array< PresentationContext >[]()[])
The presentation contexts used to set up an association.
Return Value
Boolean - indicating success or not.

Assembly: DvtkDicomEmulators (Module: DvtkDicomEmulators) Version: 0.0.0.0