public LogicalThreadOperation( LogicalThread thread, Action action, int priority, bool autoRunIfPending = true )
Public Sub New ( thread As LogicalThread, action As Action, priority As Integer, Optional autoRunIfPending As Boolean = true )
public: LogicalThreadOperation( LogicalThread^ thread, Action^ action, int priority, bool autoRunIfPending = true )
new : thread : LogicalThread * action : Action * priority : int * ?autoRunIfPending : bool (* Defaults: let _autoRunIfPending = defaultArg autoRunIfPending true *) -> LogicalThreadOperation
GSF.Threading.LogicalThreadOperation = function(thread, action, priority, autoRunIfPending);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.