|
Home > Archive > BizTalk Server Orchestration > April 2004 > Canceling
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Cristian Sobral 2004-04-12, 11:52 am |
| Hi, Is it possible to cancel or kill an instance of an orchestration
programatically?
thanks
Cristian
| |
| Matt Milner 2004-04-12, 8:51 pm |
| You can use the WMI class MSBTS_ServiceInstance which has a terminate method
on it. You'll need a service instance ID in order to query for the
particular service but this should do it.
Matt
"Cristian Sobral" <cfsobral@msn.com> wrote in message
news:uQgr9AKIEHA.2016@TK2MSFTNGP10.phx.gbl...
> Hi, Is it possible to cancel or kill an instance of an orchestration
> programatically?
>
> thanks
> Cristian
>
>
| |
| Christof 2004-04-14, 3:34 pm |
| Or use the HostQueue WMI class to suspend, terminate or resume instances in
batch!! Which is WAY much faster :-)
Regards,
Christof
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:OD7x8GPIEHA.3044@TK2MSFTNGP10.phx.gbl...
> You can use the WMI class MSBTS_ServiceInstance which has a terminate
method
> on it. You'll need a service instance ID in order to query for the
> particular service but this should do it.
>
> Matt
>
>
> "Cristian Sobral" <cfsobral@msn.com> wrote in message
> news:uQgr9AKIEHA.2016@TK2MSFTNGP10.phx.gbl...
>
>
| |
| Cristian Sobral 2004-04-14, 3:34 pm |
| thanks to both
"Christof" <bts2004communityfeedback (at) hotmail (dot) com> wrote in
message news:eHoZoCYIEHA.2948@TK2MSFTNGP11.phx.gbl...
> Or use the HostQueue WMI class to suspend, terminate or resume instances
in
> batch!! Which is WAY much faster :-)
>
> Regards,
> Christof
>
> "Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
> news:OD7x8GPIEHA.3044@TK2MSFTNGP10.phx.gbl...
> method
>
>
|
|
|
|
|