Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
ClientRuntime Class
 CallbackDispatchRuntime Property
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.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)
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.

Windows Vista, Windows XP SP2, 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.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker