Enables an extension object to find out when it has been aggregated. Called when the extension is added to the Extensions property.
            
    Namespace: 
   Mindscape.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# | 
|---|
public void Attach( OperationContext owner )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Attach ( _ owner As OperationContext _ )  | 
Parameters
- owner
 - Type: System.ServiceModel..::.OperationContext
The extensible object that aggregates this extension.