EasyUA Reference
ApplyDispatchBehavior Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceMessageContextMessageInspector Class : ApplyDispatchBehavior Method

endpoint
The endpoint that exposes the contract.
endpointDispatcher
The endpoint dispatcher to be modified or extended.

Glossary Item Box

Implements a modification or extension of the service across an endpoint.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServiceMessageContextMessageInspector
Dim endpoint As ServiceEndpoint
Dim endpointDispatcher As EndpointDispatcher
 
instance.ApplyDispatchBehavior(endpoint, endpointDispatcher)
C# 
public void ApplyDispatchBehavior( 
   ServiceEndpoint endpoint,
   EndpointDispatcher endpointDispatcher
)

Parameters

endpoint
The endpoint that exposes the contract.
endpointDispatcher
The endpoint dispatcher to be modified or extended.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.