Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the Extensions property.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void Detach(
	OperationContext owner
)
Visual Basic (Declaration)
Public Sub Detach ( _
	owner As OperationContext _
)

Parameters

owner
Type: System.ServiceModel..::.OperationContext
The extensible object that aggregates this extension.

Implements

IExtension<(Of <(T>)>)..::.Detach(T)

See Also