|
Home > Archive > BizTalk Server General > May 2005 > MSBTS_SendPort event
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]
| Author |
MSBTS_SendPort event
|
|
|
| Hi all,
I want to get the status of send port programmatically. When ever there is a change in the state (Start, Stop, enlist etc) of the SendPort i need to get a message. I tried the code present in the attached file. But i am getting an error 0x80131600 (COR_E_APPLICATION). Please have a look at the attached file for the piece of code. I am using __InstanceModificationEvent in the code.
Please let me know what i am doing is correct? is there any other way to get this events?
Thank in advance!!
- RBGN | |
|
| I missed to attach the attachment.
Thank you!
- RBGN
quote: Originally posted by rbgn
Hi all,
I want to get the status of send port programmatically. When ever there is a change in the state (Start, Stop, enlist etc) of the SendPort i need to get a message. I tried the code present in the attached file. But i am getting an error 0x80131600 (COR_E_APPLICATION). Please have a look at the attached file for the piece of code. I am using __InstanceModificationEvent in the code.
Please let me know what i am doing is correct? is there any other way to get this events?
Thank in advance!!
- RBGN
| |
|
| Finally i am able to attach the file. ( changed the file to .txt ) |
|
|
|
|