MessageClientEntity.OnRuntimeDescriptionChanged Method

Raises an event when the runtime description has been changed.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Protected Friend Overridable Sub OnRuntimeDescriptionChanged ( _
    newValue As RuntimeEntityDescription _
)
'Usage
Dim newValue As RuntimeEntityDescription

Me.OnRuntimeDescriptionChanged(newValue)
protected internal virtual void OnRuntimeDescriptionChanged(
    RuntimeEntityDescription newValue
)
protected public:
virtual void OnRuntimeDescriptionChanged(
    RuntimeEntityDescription^ newValue
)
abstract OnRuntimeDescriptionChanged : 
        newValue:RuntimeEntityDescription -> unit 
override OnRuntimeDescriptionChanged : 
        newValue:RuntimeEntityDescription -> unit 
 function OnRuntimeDescriptionChanged(
    newValue : RuntimeEntityDescription
)

Parameters

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace