Edit

Share via


IController.GetResponsesAQ Method

Definition

[System.ServiceModel.FaultContract(typeof(Microsoft.Hpc.Scheduler.Session.Internal.SessionFault), Action="http://hpc.microsoft.com/session/SessionFault")]
[System.ServiceModel.OperationContract]
public void GetResponsesAQ(string action, string clientData, Microsoft.Hpc.Scheduler.Session.Internal.GetResponsePosition resetToBegin, int count, string clientId, int sessionHash, out string azureResponseQueueUri, out string azureResponseBlobUri);
abstract member GetResponsesAQ : string * string * Microsoft.Hpc.Scheduler.Session.Internal.GetResponsePosition * int * string * int *  *  -> unit
Public Sub GetResponsesAQ (action As String, clientData As String, resetToBegin As GetResponsePosition, count As Integer, clientId As String, sessionHash As Integer, ByRef azureResponseQueueUri As String, ByRef azureResponseBlobUri As String)

Parameters

action
String
clientData
String
resetToBegin
GetResponsePosition
count
Int32
clientId
String
sessionHash
Int32
azureResponseQueueUri
String
azureResponseBlobUri
String
Attributes

Applies to