Method Initialize
Initialize(string, string)
Sets properties of the Caching system.
선언
public bool Initialize(string id, string dataStr)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | id | The id of thei object. |
string | dataStr | The JSON serialized CacheInitializationData object. |
반환
타입 | 설명 |
---|---|
bool | True if the initialization succeeded. |