IdeaBlade DevForce 2010 Help Reference
ApplyDispatchBehavior Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Wcf.Extensions Namespace > SilverlightFaultBehavior Class : ApplyDispatchBehavior Method



endpoint
endpointDispatcher

Syntax

Visual Basic (Declaration) 
Public Sub ApplyDispatchBehavior( _
   ByVal endpoint As ServiceEndpoint, _
   ByVal endpointDispatcher As EndpointDispatcher _
) 
Visual Basic (Usage)Copy Code
Dim instance As SilverlightFaultBehavior
Dim endpoint As ServiceEndpoint
Dim endpointDispatcher As EndpointDispatcher
 
instance.ApplyDispatchBehavior(endpoint, endpointDispatcher)
C# 
public void ApplyDispatchBehavior( 
   ServiceEndpoint endpoint,
   EndpointDispatcher endpointDispatcher
)
C++/CLI 
public:
void ApplyDispatchBehavior( 
   ServiceEndpoint^ endpoint,
   EndpointDispatcher^ endpointDispatcher
) 

Parameters

endpoint
endpointDispatcher

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.