ServiceRegistryGetResponseMessage Constructor (EndpointAddress)

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ServiceBus.ServiceRegistry
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim endpointAddress As EndpointAddress

Dim instance As New ServiceRegistryGetResponseMessage(endpointAddress)

Syntax

'Declaration
Public Sub New ( _
    endpointAddress As EndpointAddress _
)
public ServiceRegistryGetResponseMessage (
    EndpointAddress endpointAddress
)
public:
ServiceRegistryGetResponseMessage (
    EndpointAddress^ endpointAddress
)
public ServiceRegistryGetResponseMessage (
    EndpointAddress endpointAddress
)
public function ServiceRegistryGetResponseMessage (
    endpointAddress : EndpointAddress
)

Parameters

  • endpointAddress
     

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ServiceRegistryGetResponseMessage Class
ServiceRegistryGetResponseMessage Members
Microsoft.ServiceBus.ServiceRegistry Namespace