CellStoragesClient constructor (String, String)

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 String _
)
'Usage
Dim endpointConfigurationName As String
Dim remoteAddress As String

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

Parameters

See also

Reference

CellStoragesClient class

CellStoragesClient members

CellStoragesClient overload

WebSvcCellStorage namespace