Property | Type | Description |
---|
Method | Description | |
---|---|---|
Compile ( ) : bool | ||
Dispose ( ) : void | ||
PopActivity ( ) : |
Acquires a composite PooledServiceActivity that holds a reference to the underlying activity, once you are done working with the activity you must return it to the pool via PushActivity.
|
|
PushActivity ( |
Pushes a previously released activity back into the activity pool.
|
|
ServiceAction ( ) : System |
Initializes the Service Action Class
|
|
SetActivity ( System.Activities.Activity activity ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public PopActivity ( ) : |
||
return |
public PushActivity ( |
||
activity | ||
return | void |
public SetActivity ( System.Activities.Activity activity ) : void | ||
activity | System.Activities.Activity | |
return | void |