Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DReceiveContextRPCFacet.cs13 … static AsyncCallback handleEndComplete = Fx.ThunkCallback(new AsyncCallback(HandleEndComplete)); field in System.ServiceModel.Dispatcher.ReceiveContextRPCFacet
55 handleEndComplete, in CreateIfRequired()
85 handleEndComplete, in Complete()
H A DMessageRpc.cs73 … static AsyncCallback handleEndComplete = Fx.ThunkCallback(new AsyncCallback(HandleEndComplete)); field
306 handleEndComplete, in DisposeRequestContext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DWorkflowOperationContext.cs807 static AsyncCompletion handleEndComplete = new AsyncCompletion(HandleEndComplete); field in System.ServiceModel.Activities.WorkflowOperationContext.ReceiveContextAsyncResult
851 … this.context.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleEndComplete), this); in ProcessReceiveContext()