C-DEngine 5.105

TheCDEngines..::..SetStorageService Method

Sets the default Storage Service for the C-DEngine.

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

Syntax


public static bool SetStorageService(
	IStorageService pService
)
Public Shared Function SetStorageService ( _
	pService As IStorageService _
) As Boolean
public:
static bool^ SetStorageService(
	IStorageService^ pService
)

Parameters

pService
Type: nsCDEngine.Engines.StorageService..::..IStorageService
Pointer to an IStorage Interface to the Storage Service

Return Value