IController.PullResponses(String, GetResponsePosition, Int32, String) 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.
[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
- position
- GetResponsePosition
- count
- Int32
- clientId
- String
Returns
- Attributes