CellStoragesClient constructor (String, EndpointAddress)

Initializes a new instance of the CellStoragesClient class.

Namespace:  WebSvcCellStorage
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public Sub New ( _
    endpointConfigurationName As String, _
    remoteAddress As EndpointAddress _
)
'Usage
Dim endpointConfigurationName As String
Dim remoteAddress As EndpointAddress

Dim instance As New CellStoragesClient(endpointConfigurationName, _
    remoteAddress)
public CellStoragesClient(
    string endpointConfigurationName,
    EndpointAddress remoteAddress
)

Parameters

See also

Reference

CellStoragesClient class

CellStoragesClient members

CellStoragesClient overload

WebSvcCellStorage namespace