LAUREL BRIDGE

ProgramExtendedStoreServerBeginAssociation Method

DICOM Connectivity Framework V3.4
Override of BeginAssociation which is called during association negotiation. Register an extended StoreSCP object to handle store requests for our allowed presentation contexts.

Namespace:  LaurelBridge.DCF.Examples.StoreSCPExtended
Assembly:  StoreSCPExtended (in StoreSCPExtended.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public override void BeginAssociation(
	AssociationAcceptor assoc
)

Parameters

assoc
Type: AssociationAcceptor
The AssociationAcceptor for the given association
See Also

Reference