SessionBase.GetServiceVersions Method

Definition

Overloads

GetServiceVersions(String, String, TransportScheme, String, String)
GetServiceVersions(String, String, Binding)
GetServiceVersions(String, String, TransportScheme)
GetServiceVersions(String, String)

GetServiceVersions(String, String, TransportScheme, String, String)

public static Version[] GetServiceVersions (string headNode, string serviceName, Microsoft.Hpc.Scheduler.Session.TransportScheme scheme, string username, string password);
static member GetServiceVersions : string * string * Microsoft.Hpc.Scheduler.Session.TransportScheme * string * string -> Version[]
Public Shared Function GetServiceVersions (headNode As String, serviceName As String, scheme As TransportScheme, username As String, password As String) As Version()

Parameters

headNode
String
serviceName
String
username
String
password
String

Returns

Applies to

GetServiceVersions(String, String, Binding)

public static Version[] GetServiceVersions (string headNode, string serviceName, System.ServiceModel.Channels.Binding binding);
static member GetServiceVersions : string * string * System.ServiceModel.Channels.Binding -> Version[]

Parameters

headNode
String
serviceName
String
binding
Binding

Returns

Applies to

GetServiceVersions(String, String, TransportScheme)

public static Version[] GetServiceVersions (string headNode, string serviceName, Microsoft.Hpc.Scheduler.Session.TransportScheme scheme);
static member GetServiceVersions : string * string * Microsoft.Hpc.Scheduler.Session.TransportScheme -> Version[]
Public Shared Function GetServiceVersions (headNode As String, serviceName As String, scheme As TransportScheme) As Version()

Parameters

headNode
String
serviceName
String

Returns

Applies to

GetServiceVersions(String, String)

public static Version[] GetServiceVersions (string headNode, string serviceName);
static member GetServiceVersions : string * string -> Version[]
Public Shared Function GetServiceVersions (headNode As String, serviceName As String) As Version()

Parameters

headNode
String
serviceName
String

Returns

Applies to