23 references to EndOperationDelegate
System.ServiceModel (4)
System\ServiceModel\ClientBase.cs (4)
987EndOperationDelegate endOperationDelegate, SendOrPostCallback operationCompletedCallback, object userState) 1070EndOperationDelegate endDelegate; 1073internal AsyncOperationContext(AsyncOperation asyncOperation, EndOperationDelegate endDelegate, SendOrPostCallback completionCallback) 1088internal EndOperationDelegate EndDelegate
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\WorkflowControlClient.cs (6)
19EndOperationDelegate onEndAbandonDelegate; 23EndOperationDelegate onEndCancelDelegate; 27EndOperationDelegate onEndRunDelegate; 31EndOperationDelegate onEndSuspendDelegate; 35EndOperationDelegate onEndUnsuspendDelegate; 39EndOperationDelegate onEndTerminateDelegate;
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (7)
20EndOperationDelegate onEndAbandonDelegate; 24EndOperationDelegate onEndCancelDelegate; 28EndOperationDelegate onEndRunDelegate; 32EndOperationDelegate onEndSuspendDelegate; 36EndOperationDelegate onEndUnsuspendDelegate; 40EndOperationDelegate onEndTerminateDelegate; 44EndOperationDelegate onEndUpdateDelegate;
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\Version11\AnnouncementInnerClient11.cs (2)
17EndOperationDelegate onEndHelloOperationDelegate; 21EndOperationDelegate onEndByeOperationDelegate;
System\ServiceModel\Discovery\VersionApril2005\AnnouncementInnerClientApril2005.cs (2)
18EndOperationDelegate onEndHelloOperationDelegate; 22EndOperationDelegate onEndByeOperationDelegate;
System\ServiceModel\Discovery\VersionCD1\AnnouncementInnerClientCD1.cs (2)
17EndOperationDelegate onEndHelloOperationDelegate; 21EndOperationDelegate onEndByeOperationDelegate;