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