[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void TryRun(
bool runPendingSynchronously = false
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub TryRun (
Optional runPendingSynchronously As Boolean = false
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void TryRun(
bool runPendingSynchronously = false
)function TryRun(runPendingSynchronously);| InvalidOperationException | runPendingSynchronously must be false for DelayedSynchronizedOperation. |