Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Microsoft
ManagementConsole
AsyncDelegate
C# Class Microsoft.ManagementConsole.AsyncDelegate
Inheritance:
IAsyncResult
Mostra file
Open project: SiteView/ECC8.13
Class Usage Examples
Public Methods
Method
Description
AsyncDelegate
(
Delegate
asyncDelegate
,
object
args
) :
System
Execute
(
bool
completeSync
) :
void
Method Details
AsyncDelegate()
public
method
public
AsyncDelegate
(
Delegate
asyncDelegate
,
object
args
) :
System
asyncDelegate
System.Delegate
args
object
return
System
Execute()
public
method
public
Execute
(
bool
completeSync
) :
void
completeSync
bool
return
void