ICellStorages.ExecuteCellStorageRequest Method
Executes a cell storage SOAP request.
Namespace: [CellStorage Web service]
Service reference: http://Site/_vti_bin/CellStorage.svc
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
request
Type: System.ServiceModel.Channels.MessageThe inbound message request.
Return Value
Type: System.ServiceModel.Channels.Message
Returns a Message instance.