PresenceEventArgs(Status, Status[], AgentInfo) Constructor
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:
PresenceEventArgs(Microsoft::Crm::UnifiedServiceDesk::Dynamics::Status CurrentStatus, cli::array <Microsoft::Crm::UnifiedServiceDesk::Dynamics::Status> ^ AllStatus, Microsoft::Crm::UnifiedServiceDesk::Dynamics::AgentInfo AgentInformation);
public PresenceEventArgs (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Status CurrentStatus, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Status[] AllStatus, Microsoft.Crm.UnifiedServiceDesk.Dynamics.AgentInfo AgentInformation);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.PresenceEventArgs : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Status * Microsoft.Crm.UnifiedServiceDesk.Dynamics.Status[] * Microsoft.Crm.UnifiedServiceDesk.Dynamics.AgentInfo -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.PresenceEventArgs
Public Sub New (CurrentStatus As Status, AllStatus As Status(), AgentInformation As AgentInfo)
Parameters
- CurrentStatus
- Status
- AllStatus
- Status[]
- AgentInformation
- AgentInfo