IInstanceProvider.ReleaseInstance(InstanceContext, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when an InstanceContext object recycles a service object.
public:
void ReleaseInstance(System::ServiceModel::InstanceContext ^ instanceContext, System::Object ^ instance);
public void ReleaseInstance (System.ServiceModel.InstanceContext instanceContext, object instance);
abstract member ReleaseInstance : System.ServiceModel.InstanceContext * obj -> unit
Public Sub ReleaseInstance (instanceContext As InstanceContext, instance As Object)
Parameters
- instanceContext
- InstanceContext
The service's instance context.
- instance
- Object
The service object to be recycled.
Remarks
Use the ReleaseInstance method to perform some custom resource disposal or other recycling customization when a service recycles a service object.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา