Читати англійською Редагувати

Поділитися через


InstanceContextIdleCallback Delegate

Definition

Represents the method that is called when an InstanceContext object has finished processing.

C#
public delegate void InstanceContextIdleCallback(InstanceContext instanceContext);

Parameters

instanceContext
InstanceContext

The instance context that has finished processing.

Remarks

Use an InstanceContextIdleCallback to notify the Windows Communication Foundation (WCF) runtime that an InstanceContextIdleCallback object has finished processing. When the InstanceContextIdleCallback object notifies the runtime that the InstanceContextIdleCallback has finished its work, WCF calls IInstanceContextProvider.IsIdle once again. This cycle continues until IInstanceContextProvider.IsIdle returns true and the context is closed and recycled.

For more information, see NotifyIdle.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to

Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1