Edit

Share via


IController.PullResponses(String, GetResponsePosition, Int32, String) Method

Definition

[System.ServiceModel.FaultContract(typeof(Microsoft.Hpc.Scheduler.Session.Internal.SessionFault), Action="http://hpc.microsoft.com/session/SessionFault")]
[System.ServiceModel.OperationContract]
[System.ServiceModel.XmlSerializerFormat]
public Microsoft.Hpc.Scheduler.Session.Internal.BrokerResponseMessages PullResponses(string action, Microsoft.Hpc.Scheduler.Session.Internal.GetResponsePosition position, int count, string clientId);
abstract member PullResponses : string * Microsoft.Hpc.Scheduler.Session.Internal.GetResponsePosition * int * string -> Microsoft.Hpc.Scheduler.Session.Internal.BrokerResponseMessages
Public Function PullResponses (action As String, position As GetResponsePosition, count As Integer, clientId As String) As BrokerResponseMessages

Parameters

action
String
count
Int32
clientId
String

Returns

Attributes

Applies to