Méthode | Description | |
---|---|---|
GetAvailableThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
GetMaxThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
GetMinThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
QueueUserWorkItem ( System callBack ) : bool | ||
QueueUserWorkItem ( System callBack, object state ) : bool | ||
RegisterWaitForSingleObject ( System waitObject, System callBack, object state, System timeout, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
RegisterWaitForSingleObject ( System waitObject, System callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
RegisterWaitForSingleObject ( System waitObject, System callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
SetMaxThreads ( int workerThreads, int completionPortThreads ) : bool | ||
SetMinThreads ( int workerThreads, int completionPortThreads ) : bool | ||
UnsafeQueueUserWorkItem ( System callBack, object state ) : bool | ||
UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, System timeout, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle |
Méthode | Description | |
---|---|---|
BindHandle ( System osHandle ) : bool | ||
RegisterWaitForSingleObject ( System waitObject, System callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
UnsafeQueueNativeOverlapped ( System overlapped ) : bool | ||
UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle |
public static GetAvailableThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
workerThreads | int | |
completionPortThreads | int | |
Résultat | void |
public static GetMaxThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
workerThreads | int | |
completionPortThreads | int | |
Résultat | void |
public static GetMinThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
workerThreads | int | |
completionPortThreads | int | |
Résultat | void |
public static QueueUserWorkItem ( System callBack ) : bool | ||
callBack | System | |
Résultat | bool |
public static QueueUserWorkItem ( System callBack, object state ) : bool | ||
callBack | System | |
state | object | |
Résultat | bool |
public static RegisterWaitForSingleObject ( System waitObject, System callBack, object state, System timeout, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
waitObject | System | |
callBack | System | |
state | object | |
timeout | System | |
executeOnlyOnce | bool | |
Résultat | System.Threading.RegisteredWaitHandle |
public static RegisterWaitForSingleObject ( System waitObject, System callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
waitObject | System | |
callBack | System | |
state | object | |
millisecondsTimeOutInterval | int | |
executeOnlyOnce | bool | |
Résultat | System.Threading.RegisteredWaitHandle |
public static RegisterWaitForSingleObject ( System waitObject, System callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
waitObject | System | |
callBack | System | |
state | object | |
millisecondsTimeOutInterval | long | |
executeOnlyOnce | bool | |
Résultat | System.Threading.RegisteredWaitHandle |
public static SetMaxThreads ( int workerThreads, int completionPortThreads ) : bool | ||
workerThreads | int | |
completionPortThreads | int | |
Résultat | bool |
public static SetMinThreads ( int workerThreads, int completionPortThreads ) : bool | ||
workerThreads | int | |
completionPortThreads | int | |
Résultat | bool |
public static UnsafeQueueUserWorkItem ( System callBack, object state ) : bool | ||
callBack | System | |
state | object | |
Résultat | bool |
public static UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, System timeout, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
waitObject | System | |
callBack | System | |
state | object | |
timeout | System | |
executeOnlyOnce | bool | |
Résultat | System.Threading.RegisteredWaitHandle |
public static UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
waitObject | System | |
callBack | System | |
state | object | |
millisecondsTimeOutInterval | int | |
executeOnlyOnce | bool | |
Résultat | System.Threading.RegisteredWaitHandle |
public static UnsafeRegisterWaitForSingleObject ( System waitObject, System callBack, object state, long millisecondsTimeOutInterval, bool executeOnlyOnce ) : System.Threading.RegisteredWaitHandle | ||
waitObject | System | |
callBack | System | |
state | object | |
millisecondsTimeOutInterval | long | |
executeOnlyOnce | bool | |
Résultat | System.Threading.RegisteredWaitHandle |