Home
last modified time | relevance | path

Searched refs:checkSyncValidationFunc (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DAsyncResult.cs25 Func<IAsyncResult, bool> checkSyncValidationFunc; field in System.Runtime.AsyncResult
266 protected void SetCheckSyncValidationFunc(Func<IAsyncResult, bool> checkSyncValidationFunc) in SetCheckSyncValidationFunc() argument
268 this.checkSyncValidationFunc = checkSyncValidationFunc; in SetCheckSyncValidationFunc()
313 if (this.checkSyncValidationFunc != null) in TryContinueHelper()
315 if (!this.checkSyncValidationFunc(result)) in TryContinueHelper()