Tuesday, March 20, 2012

Conversation Timers in ServiceBrokerInterface

Using conversation timers, I would like to send a message to myself. I could then use the self-addressed message to check on the availability of a provider. What would be the recommended approach for doing this using the ServiceBrokerInterface? It seems that I might need to add a method to the Service class. Is it correct? Thanks,

You will need to add a method. I would add it to the Conversation class.

public void BeginTimer(TimeSpan timeout);

Rushi

sqlsql

No comments:

Post a Comment