Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)
Syntax
Remarks
When a message is received, the platform must send a response to complete the message transaction.
If the DisableAutomaticResponse property is false, the platform will send a 200 OK response automatically, unless the application explicitly calls the SendResponse method to send a specific response.
If the DisableAutomaticResponse property is true, the application is responsible for sending the response later. Generally, message transactions require a response within about 30 seconds or the sender will timeout and consider the message undelivered.
Thread Safety
All public static (Shared in Visual
Basic) members of this type are thread-safe. Instance members are
not guaranteed to be thread-safe.