You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			42 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			42 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="IDispatchOperationSelector" FullName="System.ServiceModel.Dispatcher.IDispatchOperationSelector"> | ||
|  |   <TypeSignature Language="C#" Value="public interface IDispatchOperationSelector" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDispatchOperationSelector" /> | ||
|  |   <AssemblyInfo> | ||
|  |     <AssemblyName>System.ServiceModel</AssemblyName> | ||
|  |     <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |   </AssemblyInfo> | ||
|  |   <Interfaces /> | ||
|  |   <Docs> | ||
|  |     <remarks> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Implement and insert a custom operation selector to customize the selection of the operation to which an incoming message is dispatched in a service application. Assign the <see cref="T:System.ServiceModel.Dispatcher.IDispatchOperationSelector" /> object to the <see cref="P:System.ServiceModel.Dispatcher.DispatchRuntime.OperationSelector" /> property to insert the custom selector. </para> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Defines the contract that associates incoming messages with a local operation to customize service execution behavior.</para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName="SelectOperation"> | ||
|  |       <MemberSignature Language="C#" Value="public string SelectOperation (ref System.ServiceModel.Channels.Message msg);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string SelectOperation(class System.ServiceModel.Channels.Message msg) cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.String</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="msg" Type="System.ServiceModel.Channels.Message&" RefType="ref" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="msg">To be added.</param> | ||
|  |         <summary>To be added.</summary> | ||
|  |         <returns>To be added.</returns> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |