IExcelClient.OpenSession 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 int OpenSession (string headNode, string remoteWorkbookPath, object minResources, object maxResources, object resourceType, string jobTemplate, string serviceName, string jobName, string projectName, string transportScheme, object useAzureQueue, string username, string password, object jobPriority);
abstract member OpenSession : string * string * obj * obj * obj * string * string * string * string * string * obj * string * string * obj -> int
Public Function OpenSession (headNode As String, remoteWorkbookPath As String, Optional minResources As Object, Optional maxResources As Object, Optional resourceType As Object, Optional jobTemplate As String, Optional serviceName As String, Optional jobName As String, Optional projectName As String, Optional transportScheme As String, Optional useAzureQueue As Object, Optional username As String, Optional password As String, Optional jobPriority As Object) As Integer
Parameters
- headNode
- String
- remoteWorkbookPath
- String
- minResources
- Object
- maxResources
- Object
- resourceType
- Object
- jobTemplate
- String
- serviceName
- String
- jobName
- String
- projectName
- String
- transportScheme
- String
- useAzureQueue
- Object
- username
- String
- password
- String
- jobPriority
- Object