BrowserModeUtil.GetInitializedOmniChannelPresenter 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:
static Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::Browser2::IBridgeOmniChannelPresenter ^ GetInitializedOmniChannelPresenter(System::String ^ appName, System::Xml::XmlDocument ^ initString, Microsoft::Uii::Desktop::Core::IDesktopUserActions ^ desktopAccess, Microsoft::Crm::UnifiedServiceDesk::Dynamics::DynamicsBaseHostedControl ^ parentHostedControl, Microsoft::Uii::Csr::Sessions ^ localSessionManager, System::Collections::Generic::List<System::String ^> ^ onLoadHistory, Microsoft::Uii::Csr::Session ^ localSession, System::String ^ jsfileToInject, System::String ^ embededResourceAssemblyName);
public static Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser2.IBridgeOmniChannelPresenter GetInitializedOmniChannelPresenter (string appName, System.Xml.XmlDocument initString, Microsoft.Uii.Desktop.Core.IDesktopUserActions desktopAccess, Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsBaseHostedControl parentHostedControl, Microsoft.Uii.Csr.Sessions localSessionManager, System.Collections.Generic.List<string> onLoadHistory, Microsoft.Uii.Csr.Session localSession, string jsfileToInject, string embededResourceAssemblyName);
static member GetInitializedOmniChannelPresenter : string * System.Xml.XmlDocument * Microsoft.Uii.Desktop.Core.IDesktopUserActions * Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsBaseHostedControl * Microsoft.Uii.Csr.Sessions * System.Collections.Generic.List<string> * Microsoft.Uii.Csr.Session * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser2.IBridgeOmniChannelPresenter
Public Shared Function GetInitializedOmniChannelPresenter (appName As String, initString As XmlDocument, desktopAccess As IDesktopUserActions, parentHostedControl As DynamicsBaseHostedControl, localSessionManager As Sessions, onLoadHistory As List(Of String), localSession As Session, jsfileToInject As String, embededResourceAssemblyName As String) As IBridgeOmniChannelPresenter
Parameters
- appName
- String
- initString
- XmlDocument
- desktopAccess
- IDesktopUserActions
- parentHostedControl
- DynamicsBaseHostedControl
- localSessionManager
- Sessions
- localSession
- Session
- jsfileToInject
- String
- embededResourceAssemblyName
- String