.NET Framework Class Library
ClientRuntime..::.CallbackDispatchRuntime Property

Gets the dispatch run-time that dispatches service-initiated operations.

Namespace:  System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property CallbackDispatchRuntime As DispatchRuntime
Visual Basic (Usage)
Dim instance As ClientRuntime
Dim value As DispatchRuntime

value = instance.CallbackDispatchRuntime
C#
public DispatchRuntime CallbackDispatchRuntime { get; }
Visual C++
public:
property DispatchRuntime^ CallbackDispatchRuntime {
    DispatchRuntime^ get ();
}
JScript
public function get CallbackDispatchRuntime () : DispatchRuntime

Property Value

Type: System.ServiceModel.Dispatcher..::.DispatchRuntime
A DispatchRuntime object. If the contract is a duplex contract, the dispatch behavior contains service-initiated operations; otherwise the dispatch behavior contains no operations.
.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker