IController.Flush(Int32, String, Int32, Int32, Int32) 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]
public void Flush(int count, string clientid, int batchId, int timeoutThrottlingMs, int timeoutFlushMs);
abstract member Flush : int * string * int * int * int -> unit
Public Sub Flush (count As Integer, clientid As String, batchId As Integer, timeoutThrottlingMs As Integer, timeoutFlushMs As Integer)
Parameters
- count
- Int32
- clientid
- String
- batchId
- Int32
- timeoutThrottlingMs
- Int32
- timeoutFlushMs
- Int32
- Attributes