You've already forked linux-packaging-mono
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<Type Name="ClientBase<TChannel>+EndOperationDelegate" FullName="System.ServiceModel.ClientBase<TChannel>+EndOperationDelegate">
|
|
<TypeSignature Language="C#" Value="protected delegate object[] ClientBase<TChannel>.EndOperationDelegate(IAsyncResult result) where TChannel : class;" />
|
|
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed ClientBase`1/EndOperationDelegate<class TChannel> extends System.MulticastDelegate" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.ServiceModel</AssemblyName>
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<TypeParameters>
|
|
<TypeParameter Name="TChannel">
|
|
<Constraints>
|
|
<ParameterAttribute>ReferenceTypeConstraint</ParameterAttribute>
|
|
</Constraints>
|
|
</TypeParameter>
|
|
</TypeParameters>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="result" Type="System.IAsyncResult" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Object[]</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="result">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<returns>To be added.</returns>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|