C-DEngine 5.105

IStorageService..::..EdgeStorageServerRequestCaps Method

Requests the Storage Capabilities of a remote StorageService

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void EdgeStorageServerRequestCaps(
	string pMagicID,
	Action<TSM> pCallBack
)
Sub EdgeStorageServerRequestCaps ( _
	pMagicID As String, _
	pCallBack As Action(Of TSM) _
)
void EdgeStorageServerRequestCaps(
	String^ pMagicID, 
	Action<TSM^>^ pCallBack
)

Parameters

pMagicID
Type: String
Cookie to be passed with the Query
pCallBack
Type: Action<(Of <(<'TSM>)>)>
This callback is called when the call is finished and contains a TSM with the result. The TXT parameter contains "CDE_GETEDGECAPSRESULTS:" and the PLS contains a serialized "TheStorageCaps"