RenderingSession.ConnectToArrInspectorAsync Method

Definition

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.

Applies to

See also