SPServiceDiagnosticsContextBehavior.ApplyDispatchBehavior method
Namespace: Microsoft.SharePoint.Diagnostics.Service
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ApplyDispatchBehavior ( _
endpoint As ServiceEndpoint, _
endpointDispatcher As EndpointDispatcher _
)
'Usage
Dim instance As SPServiceDiagnosticsContextBehavior
Dim endpoint As ServiceEndpoint
Dim endpointDispatcher As EndpointDispatcher
instance.ApplyDispatchBehavior(endpoint, _
endpointDispatcher)
public void ApplyDispatchBehavior(
ServiceEndpoint endpoint,
EndpointDispatcher endpointDispatcher
)
Parameters
- endpoint
Type: System.ServiceModel.Description.ServiceEndpoint
- endpointDispatcher
Type: System.ServiceModel.Dispatcher.EndpointDispatcher
Implements
IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)
See also
Reference
SPServiceDiagnosticsContextBehavior class