Update Storage/Storage/Public/LCHookObject.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
2fe02306ae
commit
fb842a8d02
|
@ -21,7 +21,7 @@ namespace LeanCloud.Storage {
|
||||||
internal const string IgnoreHooksKey = "__ignore_hooks";
|
internal const string IgnoreHooksKey = "__ignore_hooks";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Disable to hook before saving / updating / deleting LCObject.
|
/// Disable hooks before saving / updating / deleting LCObject.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void DisableBeforeHook() {
|
public void DisableBeforeHook() {
|
||||||
Ignore(
|
Ignore(
|
||||||
|
|
Loading…
Reference in New Issue