Method | Description | |
---|---|---|
RunAsyncWithLock ( System.Action action ) : void | ||
RunSyncOrAsyncWithLock ( System.Action action, System.Action whenComplete = null ) : void | ||
RunSyncWithLock ( System.Action action ) : void |
protected RunAsyncWithLock ( System.Action action ) : void | ||
action | System.Action | |
return | void |
protected RunSyncOrAsyncWithLock ( System.Action action, System.Action whenComplete = null ) : void | ||
action | System.Action | |
whenComplete | System.Action | |
return | void |
protected RunSyncWithLock ( System.Action action ) : void | ||
action | System.Action | |
return | void |