PresenceControl.DisablePresence(Object, EventArgs) Method
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.
public:
void DisablePresence(System::Object ^ sender, EventArgs ^ args);
[Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://DisablePresence", Thread=Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.Background)]
public void DisablePresence (object sender, EventArgs args);
[<Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://DisablePresence", Thread=Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.Background)>]
member this.DisablePresence : obj * EventArgs -> unit
Public Sub DisablePresence (sender As Object, args As EventArgs)
Parameters
- sender
- Object
- args
- EventArgs
- Attributes