ReferNotifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lets the application set the various Refer states indicating progress. This is used by the application that is receiving the Refer request.
public ref class ReferNotifier abstract
public abstract class ReferNotifier
type ReferNotifier = class
Public MustInherit Class ReferNotifier
- Inheritance
-
ReferNotifier
Properties
ReferTarget |
Gets the session target object that contains the Refer target. |
Session |
Gets the signaling session associated with this instance. |
State |
Gets the current state of this Refer information. There is no state changed event for this state since the state changes are due to method calls made by the application only. |
Methods
BeginSetState(Int32, String, String, AsyncCallback, Object) |
Sets the Refer state. This will result in sending Notification to the referrer. |
BeginSetState(ReferState, AsyncCallback, Object) |
Sets the Refer state. This will result in sending Notification to the referrer. |
EndSetState(IAsyncResult) |
Waits for the pending setState operation to complete. |
SetState(Int32, String, String) |
Synchronously sets the Refer state. This will result in sending Notification to the referrer. |
SetState(ReferState) |
Synchronously sets the refer state. This will result in sending Notification to the referrer. |
Events
SubscriptionTerminated |
Event raised when the refer subscription is terminated by the remote with unsubscribe message. |