RenderingSession.ConnectToArrInspectorAsync 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.
Gets a file path pointing to an HTML file to connect to the ArrInspector website.
public:
System::Threading::Tasks::Task<System::String ^> ^ ConnectToArrInspectorAsync();
public System.Threading.Tasks.Task<string> ConnectToArrInspectorAsync ();
member this.ConnectToArrInspectorAsync : unit -> System.Threading.Tasks.Task<string>
Public Function ConnectToArrInspectorAsync () As Task(Of String)
Returns
The location of a local HTML page to load the ArrInspector. The returned task will complete in an arbitrary thread.
Remarks
The ArrInspector provides introspection and service status updates.