DeleteLocalDataStore() public method

public DeleteLocalDataStore ( LocalDataStore store ) : void
store LocalDataStore
return void
 /*=========================================================================
 ** Delete this store from its manager
 ** =========================================================================*/
 internal void Dispose()
 {
     m_Manager.DeleteLocalDataStore(this);
 }