Share via


ICellStorages.ExecuteCellStorageRequest method

Executes a cell storage SOAP request.

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

Syntax

'Declaration
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sharepoint/soap/ICellStorages/ExecuteCellStorageRequest",  _
    ReplyAction := "https://schemas.microsoft.com/sharepoint/soap/ICellStorages/ExecuteCellStorageRequestResponse")> _
Function ExecuteCellStorageRequest ( _
    request As Message _
) As Message
'Usage
Dim instance As ICellStorages
Dim request As Message
Dim returnValue As Message

returnValue = instance.ExecuteCellStorageRequest(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sharepoint/soap/ICellStorages/ExecuteCellStorageRequest", 
    ReplyAction = "https://schemas.microsoft.com/sharepoint/soap/ICellStorages/ExecuteCellStorageRequestResponse")]
Message ExecuteCellStorageRequest(
    Message request
)

Parameters

Return value

Type: System.ServiceModel.Channels.Message
Returns a Message instance.

See also

Reference

ICellStorages interface

ICellStorages members

WebSvcCellStorage namespace