Files
linux-packaging-mono/mcs/class/System.ServiceModel/Documentation/en/System.ServiceModel/ReleaseInstanceMode.xml
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

92 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ReleaseInstanceMode" FullName="System.ServiceModel.ReleaseInstanceMode">
<TypeSignature Language="C#" Value="public enum ReleaseInstanceMode" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ReleaseInstanceMode extends System.Enum" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="T:System.ServiceModel.ReleaseInstanceMode" /> with the <see cref="P:System.ServiceModel.OperationBehaviorAttribute.ReleaseInstanceMode" /> property to inform indigo1 that the current service object must be recycled at a particular point in the invocation process. The default behavior is to recycle a service object according to the <see cref="P:System.ServiceModel.ServiceBehaviorAttribute.InstanceContextMode" /> value.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies when the system recycles the service object in the operation invocation process.</para>
</summary>
</Docs>
<Members>
<Member MemberName="AfterCall">
<MemberSignature Language="C#" Value="AfterCall" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.ReleaseInstanceMode AfterCall = int32(2)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.ReleaseInstanceMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Recycles the object subsequent to the completion of the operation.</para>
</summary>
</Docs>
</Member>
<Member MemberName="BeforeAndAfterCall">
<MemberSignature Language="C#" Value="BeforeAndAfterCall" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.ReleaseInstanceMode BeforeAndAfterCall = int32(3)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.ReleaseInstanceMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Recycles the object prior to calling the operation and subsequent to the completion of the operation.</para>
</summary>
</Docs>
</Member>
<Member MemberName="BeforeCall">
<MemberSignature Language="C#" Value="BeforeCall" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.ReleaseInstanceMode BeforeCall = int32(1)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.ReleaseInstanceMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Recycles the object prior to calling the operation.</para>
</summary>
</Docs>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.ServiceModel.ReleaseInstanceMode None = int32(0)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.ReleaseInstanceMode</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Recycles the object according to the <see cref="P:System.ServiceModel.ServiceBehaviorAttribute.InstanceContextMode" /> value.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>