CellStoragesClient Class

Supports the cell storages feature to allow cell storage service requests using SOAP over HTTP for the purpose of synchronizing files stored on a server.

Inheritance Hierarchy

System.Object
  System.ServiceModel.ClientBase<ICellStorages>
    [CellStorage Web service].CellStoragesClient

Namespace:  [CellStorage Web service]
Service reference: http://Site/_vti_bin/CellStorage.svc

Syntax

'Declaration
Public Class CellStoragesClient _
    Inherits ClientBase(Of ICellStorages) _
    Implements ICellStorages
'Usage
Dim instance As CellStoragesClient
public class CellStoragesClient : ClientBase<ICellStorages>, 
    ICellStorages

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CellStoragesClient Members

CellStorage Web Service