CompensationExtension.IWorkflowInstanceExtension.SetInstance Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Ücretlendirme etkinlikleri için ek uzantıları ayarlar.
virtual void System.Activities.Hosting.IWorkflowInstanceExtension.SetInstance(System::Activities::Hosting::WorkflowInstanceProxy ^ instance) = System::Activities::Hosting::IWorkflowInstanceExtension::SetInstance;
void IWorkflowInstanceExtension.SetInstance(System.Activities.Hosting.WorkflowInstanceProxy instance);
abstract member System.Activities.Hosting.IWorkflowInstanceExtension.SetInstance : System.Activities.Hosting.WorkflowInstanceProxy -> unit
override this.System.Activities.Hosting.IWorkflowInstanceExtension.SetInstance : System.Activities.Hosting.WorkflowInstanceProxy -> unit
Sub SetInstance (instance As WorkflowInstanceProxy) Implements IWorkflowInstanceExtension.SetInstance
Parametreler
- instance
- WorkflowInstanceProxy
Ayarlanacağı hedef iş akışı örneği.