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