Home
last modified time | relevance | path

Searched refs:IAsyncResult (Results 1 – 25 of 1460) sorted by relevance

12345678910>>...59

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DDiscoveryProxy.cs91 void IAnnouncementContractApril2005.EndByeOperation(IAsyncResult result) in IAnnouncementContractApril2005.EndByeOperation()
106 void IAnnouncementContract11.EndHelloOperation(IAsyncResult result) in IAnnouncementContract11.EndHelloOperation()
121 void IAnnouncementContract11.EndByeOperation(IAsyncResult result) in IAnnouncementContract11.EndByeOperation()
136 void IAnnouncementContractCD1.EndHelloOperation(IAsyncResult result) in IAnnouncementContractCD1.EndHelloOperation()
151 void IAnnouncementContractCD1.EndByeOperation(IAsyncResult result) in IAnnouncementContractCD1.EndByeOperation()
166 void IDiscoveryContractApril2005.EndProbeOperation(IAsyncResult result) in IDiscoveryContractApril2005.EndProbeOperation()
196 void IDiscoveryContractAdhoc11.EndProbeOperation(IAsyncResult result) in IDiscoveryContractAdhoc11.EndProbeOperation()
358 void IDiscoveryServiceImplementation.EndFind(IAsyncResult result) in IDiscoveryServiceImplementation.EndFind()
418 protected abstract IAsyncResult OnBeginOnlineAnnouncement( in OnBeginOnlineAnnouncement()
425 protected abstract IAsyncResult OnBeginOfflineAnnouncement( in OnBeginOfflineAnnouncement()
[all …]
H A DDiscoveryService.cs80 void IDiscoveryContractApril2005.EndProbeOperation(IAsyncResult result) in IDiscoveryContractApril2005.EndProbeOperation()
95 void IDiscoveryContractApril2005.EndResolveOperation(IAsyncResult result) in IDiscoveryContractApril2005.EndResolveOperation()
110 void IDiscoveryContractAdhoc11.EndProbeOperation(IAsyncResult result) in IDiscoveryContractAdhoc11.EndProbeOperation()
125 void IDiscoveryContractAdhoc11.EndResolveOperation(IAsyncResult result) in IDiscoveryContractAdhoc11.EndResolveOperation()
141 ProbeMatchesMessage11 IDiscoveryContractManaged11.EndProbeOperation(IAsyncResult result) in IDiscoveryContractManaged11.EndProbeOperation()
173 void IDiscoveryContractAdhocCD1.EndProbeOperation(IAsyncResult result) in IDiscoveryContractAdhocCD1.EndProbeOperation()
188 void IDiscoveryContractAdhocCD1.EndResolveOperation(IAsyncResult result) in IDiscoveryContractAdhocCD1.EndResolveOperation()
240 void IDiscoveryServiceImplementation.EndFind(IAsyncResult result) in IDiscoveryServiceImplementation.EndFind()
250 EndpointDiscoveryMetadata IDiscoveryServiceImplementation.EndResolve(IAsyncResult result) in IDiscoveryServiceImplementation.EndResolve()
294 protected abstract void OnEndFind(IAsyncResult result); in OnEndFind()
[all …]
H A DAnnouncementService.cs57 void IAnnouncementContractApril2005.EndHelloOperation(IAsyncResult result) in IAnnouncementContractApril2005.EndHelloOperation()
72 void IAnnouncementContractApril2005.EndByeOperation(IAsyncResult result) in IAnnouncementContractApril2005.EndByeOperation()
87 void IAnnouncementContract11.EndHelloOperation(IAsyncResult result) in IAnnouncementContract11.EndHelloOperation()
102 void IAnnouncementContract11.EndByeOperation(IAsyncResult result) in IAnnouncementContract11.EndByeOperation()
117 void IAnnouncementContractCD1.EndHelloOperation(IAsyncResult result) in IAnnouncementContractCD1.EndHelloOperation()
132 void IAnnouncementContractCD1.EndByeOperation(IAsyncResult result) in IAnnouncementContractCD1.EndByeOperation()
142 IAsyncResult IAnnouncementServiceImplementation.OnBeginOnlineAnnouncement( in IAnnouncementServiceImplementation.OnBeginOnlineAnnouncement()
170 protected virtual IAsyncResult OnBeginOnlineAnnouncement( in OnBeginOnlineAnnouncement()
185 protected virtual void OnEndOnlineAnnouncement(IAsyncResult result) in OnEndOnlineAnnouncement()
190 protected virtual IAsyncResult OnBeginOfflineAnnouncement( in OnBeginOfflineAnnouncement()
[all …]
H A DProbeDuplexAsyncResult.cs95 protected abstract IAsyncResult BeginSendFindResponse( in BeginSendFindResponse()
134 static void OnFindCompleted(IAsyncResult result) in OnFindCompleted()
162 void FinishFind(IAsyncResult result) in FinishFind()
273 IAsyncResult BeginSendFindResponse( in BeginSendFindResponse()
279 IAsyncResult result; in BeginSendFindResponse()
298 void EndSendFindResponse(IAsyncResult result) in EndSendFindResponse()
303 IAsyncResult BeginSendProxyAnnouncement( in BeginSendProxyAnnouncement()
309 IAsyncResult result; in BeginSendProxyAnnouncement()
328 void EndSendProxyAnnouncement(IAsyncResult result) in EndSendProxyAnnouncement()
354 public static void End(IAsyncResult result) in End()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery/
H A DDiscoveryProxy.cs59 protected abstract void OnEndFind (IAsyncResult result); in OnEndFind()
60 protected abstract void OnEndOfflineAnnouncement (IAsyncResult result); in OnEndOfflineAnnouncement()
61 protected abstract void OnEndOnlineAnnouncement (IAsyncResult result); in OnEndOnlineAnnouncement()
142 void IDiscoveryTargetContract11.EndFind (IAsyncResult result) in IDiscoveryTargetContract11.EndFind()
152 void IDiscoveryTargetContract11.EndResolve (IAsyncResult result) in IDiscoveryTargetContract11.EndResolve()
163 void IDiscoveryTargetContract11.EndOnlineAnnouncement (IAsyncResult result) in IDiscoveryTargetContract11.EndOnlineAnnouncement()
174 void IDiscoveryTargetContractApril2005.EndFind (IAsyncResult result) in IDiscoveryTargetContractApril2005.EndFind()
184 void IDiscoveryTargetContractApril2005.EndResolve (IAsyncResult result) in IDiscoveryTargetContractApril2005.EndResolve()
206 void IDiscoveryTargetContractCD1.EndFind (IAsyncResult result) in IDiscoveryTargetContractCD1.EndFind()
216 void IDiscoveryTargetContractCD1.EndResolve (IAsyncResult result) in IDiscoveryTargetContractCD1.EndResolve()
[all …]
H A DDiscoveryService.cs64 protected abstract void OnEndFind (IAsyncResult result); in OnEndFind()
66 protected abstract EndpointDiscoveryMetadata OnEndResolve (IAsyncResult result); in OnEndResolve()
185 void IDiscoveryTargetContract11.EndFind (IAsyncResult result) in IDiscoveryTargetContract11.EndFind()
197 void IDiscoveryTargetContract11.EndResolve (IAsyncResult result) in IDiscoveryTargetContract11.EndResolve()
208 void IDiscoveryTargetContract11.EndOnlineAnnouncement (IAsyncResult result) in IDiscoveryTargetContract11.EndOnlineAnnouncement()
221 void IDiscoveryTargetContractApril2005.EndFind (IAsyncResult result) in IDiscoveryTargetContractApril2005.EndFind()
233 void IDiscoveryTargetContractApril2005.EndResolve (IAsyncResult result) in IDiscoveryTargetContractApril2005.EndResolve()
257 void IDiscoveryTargetContractCD1.EndFind (IAsyncResult result) in IDiscoveryTargetContractCD1.EndFind()
269 void IDiscoveryTargetContractCD1.EndResolve (IAsyncResult result) in IDiscoveryTargetContractCD1.EndResolve()
280 void IDiscoveryTargetContractCD1.EndOnlineAnnouncement (IAsyncResult result) in IDiscoveryTargetContractCD1.EndOnlineAnnouncement()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/
H A DHandlerTransportBindingElement.cs139 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
177 class OutputAsyncResult : IAsyncResult
217 public override void EndSend (IAsyncResult result) in EndSend()
237 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
252 protected override void OnEndClose (IAsyncResult result) in OnEndClose()
285 class RequestAsyncResult : IAsyncResult
325 public override Message EndRequest (IAsyncResult result) in EndRequest()
345 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
436 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
477 class ReceiveRequestAsyncResult : IAsyncResult
[all …]
H A DReplyChannelBase.cs71 public virtual bool EndTryReceiveRequest (IAsyncResult result) in EndTryReceiveRequest()
77 public abstract bool EndTryReceiveRequest (IAsyncResult result, out RequestContext context); in EndTryReceiveRequest()
86 …public abstract IAsyncResult BeginWaitForRequest (TimeSpan timeout, AsyncCallback callback, object… in BeginWaitForRequest()
88 public abstract bool EndWaitForRequest (IAsyncResult result); in EndWaitForRequest()
97 public virtual IAsyncResult BeginReceiveRequest (AsyncCallback callback, object state) in BeginReceiveRequest()
102 …public abstract IAsyncResult BeginReceiveRequest (TimeSpan timeout, AsyncCallback callback, object… in BeginReceiveRequest()
104 public abstract RequestContext EndReceiveRequest (IAsyncResult result); in EndReceiveRequest()
106 protected override IAsyncResult OnBeginOpen (TimeSpan timeout, in OnBeginOpen()
112 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
117 protected override IAsyncResult OnBeginClose (TimeSpan timeout, in OnBeginClose()
[all …]
H A DInterceptorBindingElement.cs151 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
166 protected override void OnEndClose (IAsyncResult result) in OnEndClose()
205 protected override IAsyncResult OnBeginAcceptChannel ( in OnBeginAcceptChannel()
231 protected override bool OnEndWaitForChannel (IAsyncResult result) in OnEndWaitForChannel()
252 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
267 protected override void OnEndClose (IAsyncResult result) in OnEndClose()
309 public Message EndRequest (IAsyncResult result) in EndRequest()
330 protected override void OnEndOpen (IAsyncResult result) in OnEndOpen()
345 protected override void OnEndClose (IAsyncResult result) in OnEndClose()
434 public override bool EndWaitForRequest (IAsyncResult result) in EndWaitForRequest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DIWSTrust13AsyncContract.cs26 IAsyncResult BeginTrust13Cancel( Message request, AsyncCallback callback, object state ); in BeginTrust13Cancel()
33 Message EndTrust13Cancel( IAsyncResult ar ); in EndTrust13Cancel()
43 IAsyncResult BeginTrust13Issue( Message request, AsyncCallback callback, object state ); in BeginTrust13Issue()
50 Message EndTrust13Issue( IAsyncResult ar ); in EndTrust13Issue()
61 IAsyncResult BeginTrust13Renew( Message request, AsyncCallback callback, object state ); in BeginTrust13Renew()
68 Message EndTrust13Renew( IAsyncResult ar ); in EndTrust13Renew()
86 Message EndTrust13Validate( IAsyncResult ar ); in EndTrust13Validate()
108 Message EndTrust13CancelResponse( IAsyncResult ar ); in EndTrust13CancelResponse()
131 Message EndTrust13IssueResponse( IAsyncResult ar ); in EndTrust13IssueResponse()
154 Message EndTrust13RenewResponse( IAsyncResult ar ); in EndTrust13RenewResponse()
[all …]
H A DIWSTrustFeb2005AsyncContract.cs26IAsyncResult BeginTrustFeb2005Cancel( Message request, AsyncCallback callback, object state ); in BeginTrustFeb2005Cancel()
33 Message EndTrustFeb2005Cancel( IAsyncResult ar ); in EndTrustFeb2005Cancel()
43IAsyncResult BeginTrustFeb2005Issue( Message request, AsyncCallback callback, object state ); in BeginTrustFeb2005Issue()
50 Message EndTrustFeb2005Issue( IAsyncResult ar ); in EndTrustFeb2005Issue()
60IAsyncResult BeginTrustFeb2005Renew( Message request, AsyncCallback callback, object state ); in BeginTrustFeb2005Renew()
67 Message EndTrustFeb2005Renew( IAsyncResult ar ); in EndTrustFeb2005Renew()
84 Message EndTrustFeb2005Validate( IAsyncResult ar ); in EndTrustFeb2005Validate()
101 Message EndTrustFeb2005CancelResponse( IAsyncResult ar ); in EndTrustFeb2005CancelResponse()
118 Message EndTrustFeb2005IssueResponse( IAsyncResult ar ); in EndTrustFeb2005IssueResponse()
135 Message EndTrustFeb2005RenewResponse( IAsyncResult ar ); in EndTrustFeb2005RenewResponse()
[all …]
H A DWrapperSecurityCommunicationObject.cs73 protected override void OnEndClose(IAsyncResult result) in OnEndClose()
78 protected override void OnEndOpen(IAsyncResult result) in OnEndOpen()
210 public void EndClose(IAsyncResult result) in EndClose()
225 public IAsyncResult BeginOpen(AsyncCallback callback, object state) in BeginOpen()
235 public void EndOpen(IAsyncResult result) in EndOpen()
273 public void OnEndClose(IAsyncResult result) in OnEndClose()
278 public void OnEndOpen(IAsyncResult result) in OnEndOpen()
387 public void EndClose(IAsyncResult result) in EndClose()
412 public void EndOpen(IAsyncResult result) in EndOpen()
450 public void OnEndClose(IAsyncResult result) in OnEndClose()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DIReliableChannelBinder.cs27 IAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, object state); in BeginClose()
29 void EndClose(IAsyncResult result); in EndClose()
32 IAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, object state); in BeginOpen()
33 void EndOpen(IAsyncResult result); in EndOpen()
36IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object state); in BeginSend()
37 void EndSend(IAsyncResult result); in EndSend()
43 IAsyncResult BeginTryReceive(TimeSpan timeout, AsyncCallback callback, object state); in BeginTryReceive()
45 bool EndTryReceive(IAsyncResult result, out RequestContext requestContext); in EndTryReceive()
63 Message EndRequest(IAsyncResult result); in EndRequest()
74 IAsyncResult BeginWaitForRequest(TimeSpan timeout, AsyncCallback callback, object state); in BeginWaitForRequest()
[all …]
H A DInternalDuplexChannelListener.cs45 protected override void OnEndClose(IAsyncResult result) in OnEndClose()
68 protected override void OnEndOpen(IAsyncResult result) in OnEndOpen()
166 public Message EndReceive(IAsyncResult result) in EndReceive()
186 public bool EndTryReceive(IAsyncResult result, out Message message) in EndTryReceive()
191 public void EndSend(IAsyncResult result) in EndSend()
206 protected override void OnEndClose(IAsyncResult result) in OnEndClose()
222 protected override void OnEndOpen(IAsyncResult result) in OnEndOpen()
316 void CompleteSend(IAsyncResult result) in CompleteSend()
329 internal static void End(IAsyncResult result) in End()
334 static void SendCompleteCallback(IAsyncResult result) in SendCompleteCallback()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Async/Test/
H A DAsyncResultWrapperTest.cs17 IAsyncResult resultGivenToCallback = null; in Begin_AsynchronousCompletion()
18 IAsyncResult innerResult = new MockAsyncResult(); in Begin_AsynchronousCompletion()
21 IAsyncResult outerResult = AsyncResultWrapper.Begin( in Begin_AsynchronousCompletion()
41 IAsyncResult innerResult = new MockAsyncResult() in Begin_ReturnsAsyncResultWhichWrapsInnerResult()
49 IAsyncResult outerResult = AsyncResultWrapper.Begin( in Begin_ReturnsAsyncResultWhichWrapsInnerResult()
65 IAsyncResult resultGivenToCallback = null; in Begin_SynchronousCompletion()
66 IAsyncResult innerResult = new MockAsyncResult(); in Begin_SynchronousCompletion()
69 IAsyncResult outerResult = AsyncResultWrapper.Begin( in Begin_SynchronousCompletion()
87 Mock<IAsyncResult> innerResultMock = new Mock<IAsyncResult>(); in Begin_AsynchronousButAlreadyCompleted()
92 IAsyncResult outerResult = AsyncResultWrapper.Begin( in Begin_AsynchronousButAlreadyCompleted()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DIWorkflowInstanceManagement.cs26 void EndAbandon(IAsyncResult result); in EndAbandon()
36 void EndCancel(IAsyncResult result); in EndCancel()
46 void EndRun(IAsyncResult result); in EndRun()
56 void EndSuspend(IAsyncResult result); in EndSuspend()
66 void EndTerminate(IAsyncResult result); in EndTerminate()
76 void EndUnsuspend(IAsyncResult result); in EndUnsuspend()
90 void EndTransactedCancel(IAsyncResult result); in EndTransactedCancel()
101 void EndTransactedRun(IAsyncResult result); in EndTransactedRun()
112 void EndTransactedSuspend(IAsyncResult result); in EndTransactedSuspend()
150 void EndUpdate(IAsyncResult result); in EndUpdate()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging/Mono.Messaging/
H A DMessageQueueBase.cs48 public IAsyncResult BeginPeek () in BeginPeek()
54 public IAsyncResult BeginPeek (TimeSpan timeout) in BeginPeek()
65 public IAsyncResult BeginPeek (TimeSpan timeout, in BeginPeek()
72 public IMessage EndPeek (IAsyncResult asyncResult) in EndPeek()
78 public IAsyncResult BeginReceive () in BeginReceive()
84 public IAsyncResult BeginReceive (TimeSpan timeout) in BeginReceive()
94 public IAsyncResult BeginReceive (TimeSpan timeout, in BeginReceive()
101 public IMessage EndReceive (IAsyncResult asyncResult) in EndReceive()
107 public void SendReceiveCompleted (IAsyncResult result) in SendReceiveCompleted()
115 public void SendPeekCompleted (IAsyncResult result) in SendPeekCompleted()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/Tasks/
H A DTaskToApm.cs45 public static IAsyncResult Begin(Task task, AsyncCallback callback, object state) in Begin()
51 IAsyncResult asyncResult; in Begin()
64 …asyncResult = task.AsyncState == state ? (IAsyncResult)task : new TaskWrapperAsyncResult(task, sta… in Begin()
73 public static void End(IAsyncResult asyncResult) in End()
98 public static TResult End<TResult>(IAsyncResult asyncResult) in End()
125 … InvokeCallbackWhenTaskCompletes(Task antecedent, AsyncCallback callback, IAsyncResult asyncResult) in InvokeCallbackWhenTaskCompletes()
159 private sealed class TaskWrapperAsyncResult : IAsyncResult
186 object IAsyncResult.AsyncState { get { return m_state; } }
187 bool IAsyncResult.CompletedSynchronously { get { return m_completedSynchronously; } }
188 bool IAsyncResult.IsCompleted { get { return this.Task.IsCompleted; } }
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/System.IdentityModel.Selectors/
H A DSecurityTokenProvider.cs52 public IAsyncResult BeginGetToken ( in BeginGetToken()
58 public SecurityToken EndGetToken (IAsyncResult result) in EndGetToken()
68 public IAsyncResult BeginCancelToken ( in BeginCancelToken()
75 public void EndCancelToken (IAsyncResult result) in EndCancelToken()
85 public IAsyncResult BeginRenewToken ( in BeginRenewToken()
92 public SecurityToken EndRenewToken (IAsyncResult result) in EndRenewToken()
110 protected virtual IAsyncResult BeginGetTokenCore ( in BeginGetTokenCore()
117 protected virtual IAsyncResult BeginCancelTokenCore ( in BeginCancelTokenCore()
125 protected virtual IAsyncResult BeginRenewTokenCore ( in BeginRenewTokenCore()
134 protected virtual SecurityToken EndGetTokenCore (IAsyncResult result) in EndGetTokenCore()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Threading/Tasks/
H A DTaskToApm.cs36 public static IAsyncResult Begin(Task task, AsyncCallback callback, object state) in Begin()
42 IAsyncResult asyncResult; in Begin()
53 …asyncResult = task.AsyncState == state ? (IAsyncResult)task : new TaskWrapperAsyncResult(task, sta… in Begin()
64 public static void End(IAsyncResult asyncResult) in End()
92 public static TResult End<TResult>(IAsyncResult asyncResult) in End()
122 … InvokeCallbackWhenTaskCompletes(Task antecedent, AsyncCallback callback, IAsyncResult asyncResult) in InvokeCallbackWhenTaskCompletes()
156 private sealed class TaskWrapperAsyncResult : IAsyncResult
183 object IAsyncResult.AsyncState { get { return _state; } }
184 bool IAsyncResult.CompletedSynchronously { get { return _completedSynchronously; } }
185 bool IAsyncResult.IsCompleted { get { return this.Task.IsCompleted; } }
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Threading/Tasks/
H A DTaskToApm.cs36 public static IAsyncResult Begin(Task task, AsyncCallback callback, object state) in Begin()
42 IAsyncResult asyncResult; in Begin()
53 …asyncResult = task.AsyncState == state ? (IAsyncResult)task : new TaskWrapperAsyncResult(task, sta… in Begin()
64 public static void End(IAsyncResult asyncResult) in End()
92 public static TResult End<TResult>(IAsyncResult asyncResult) in End()
122 … InvokeCallbackWhenTaskCompletes(Task antecedent, AsyncCallback callback, IAsyncResult asyncResult) in InvokeCallbackWhenTaskCompletes()
156 private sealed class TaskWrapperAsyncResult : IAsyncResult
183 object IAsyncResult.AsyncState { get { return _state; } }
184 bool IAsyncResult.CompletedSynchronously { get { return _completedSynchronously; } }
185 bool IAsyncResult.IsCompleted { get { return this.Task.IsCompleted; } }
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Threading/Tasks/
H A DTaskToApm.cs36 public static IAsyncResult Begin(Task task, AsyncCallback callback, object state) in Begin()
42 IAsyncResult asyncResult; in Begin()
53 …asyncResult = task.AsyncState == state ? (IAsyncResult)task : new TaskWrapperAsyncResult(task, sta… in Begin()
64 public static void End(IAsyncResult asyncResult) in End()
92 public static TResult End<TResult>(IAsyncResult asyncResult) in End()
122 … InvokeCallbackWhenTaskCompletes(Task antecedent, AsyncCallback callback, IAsyncResult asyncResult) in InvokeCallbackWhenTaskCompletes()
156 private sealed class TaskWrapperAsyncResult : IAsyncResult
183 object IAsyncResult.AsyncState { get { return _state; } }
184 bool IAsyncResult.CompletedSynchronously { get { return _completedSynchronously; } }
185 bool IAsyncResult.IsCompleted { get { return this.Task.IsCompleted; } }
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DMultipleReceiveBinder.cs86 IAsyncResult innerResult; in BeginTryReceive()
116 static void OnInnerReceiveCompleted(IAsyncResult nestedResult) in OnInnerReceiveCompleted()
135 private bool SignalReceiveCompleted(IAsyncResult nestedResult) in SignalReceiveCompleted()
182 public bool EndTryReceive(IAsyncResult result, out RequestContext requestContext) in EndTryReceive()
202 public void EndSend(IAsyncResult result) in EndSend()
217 public Message EndRequest(IAsyncResult result) in EndRequest()
232 public bool EndWaitForMessage(IAsyncResult result) in EndWaitForMessage()
261 public static bool End(IAsyncResult result, out RequestContext context) in End()
269 class ReceiveScopeSignalGate : SignalGate<IAsyncResult>
331 internal bool TryDequeueHead(out IAsyncResult result) in TryDequeueHead()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Async/
H A DAsyncResultWrapper.cs65 …public static IAsyncResult BeginSynchronous<TResult>(AsyncCallback callback, object state, Func<TR… in BeginSynchronous()
89 … public static IAsyncResult BeginSynchronous(AsyncCallback callback, object state, Action action) { in BeginSynchronous()
93 …public static IAsyncResult BeginSynchronous(AsyncCallback callback, object state, Action action, o… in BeginSynchronous()
99 public static TResult End<TResult>(IAsyncResult asyncResult) { in End()
103 public static TResult End<TResult>(IAsyncResult asyncResult, object tag) { in End()
107 public static void End(IAsyncResult asyncResult) { in End()
111 public static void End(IAsyncResult asyncResult, object tag) { in End()
116 private sealed class WrappedAsyncResult<TResult> : IAsyncResult {
123 private IAsyncResult _innerAsyncResult;
184 public static WrappedAsyncResult<TResult> Cast(IAsyncResult asyncResult, object tag) { in Cast()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Persistence/
H A DPersistenceProvider.cs27 …public abstract IAsyncResult BeginCreate(object instance, TimeSpan timeout, AsyncCallback callback… in BeginCreate()
29 …public abstract IAsyncResult BeginDelete(object instance, TimeSpan timeout, AsyncCallback callback… in BeginDelete()
30 … public abstract IAsyncResult BeginLoad(TimeSpan timeout, AsyncCallback callback, object state); in BeginLoad()
32 …public virtual IAsyncResult BeginLoadIfChanged(TimeSpan timeout, object instanceToken, AsyncCallba… in BeginLoadIfChanged()
36 …public abstract IAsyncResult BeginUpdate(object instance, TimeSpan timeout, AsyncCallback callback… in BeginUpdate()
41 public abstract object EndCreate(IAsyncResult result); in EndCreate()
42 public abstract void EndDelete(IAsyncResult result); in EndDelete()
43 public abstract object EndLoad(IAsyncResult result); in EndLoad()
46 public virtual bool EndLoadIfChanged(IAsyncResult result, out object instance) in EndLoadIfChanged()
51 public abstract object EndUpdate(IAsyncResult result); in EndUpdate()

12345678910>>...59