DevForce Help Reference
OnFactoryCreated Method


Called when a ChannelFactory has been created.
Syntax
'Declaration
 
Public Overridable Sub OnFactoryCreated( _
   ByVal factory As ChannelFactory _
) 
'Usage
 
Dim instance As ServiceProxyEvents
Dim factory As ChannelFactory
 
instance.OnFactoryCreated(factory)
public virtual void OnFactoryCreated( 
   ChannelFactory factory
)

Parameters

factory
Remarks
Override this method to perform additional customization of the proxy before the channel is opened. For example, you can add additional endpoints and behaviors. The base implementation performs no action.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceProxyEvents Class
ServiceProxyEvents Members

Send Feedback