ArcFM Desktop Developer Guide
GdbmLogWriteClient Constructor(Binding,EndpointAddress)


binding to be used in communicating between the client proxy and service, for example, a netTcpBinding object
the address of the service endpoint to be used in communicating between the client proxy and service, for example, net.tcp://localhost:9000
Constructor for GdbmLogWriteClient using binding and endpoint.
Syntax
'Declaration
 
Public Function New( _
   ByVal binding As Binding, _
   ByVal remoteAddress As EndpointAddress _
)
'Usage
 
Dim binding As Binding
Dim remoteAddress As EndpointAddress
 
Dim instance As New GdbmLogWriteClient(binding, remoteAddress)
public GdbmLogWriteClient( 
   Binding binding,
   EndpointAddress remoteAddress
)

Parameters

binding
binding to be used in communicating between the client proxy and service, for example, a netTcpBinding object
remoteAddress
the address of the service endpoint to be used in communicating between the client proxy and service, for example, net.tcp://localhost:9000
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GdbmLogWriteClient Class
GdbmLogWriteClient Members
Overload List

 

 


Send Comment