NativeActivity<TResult> Methods
.NET Framework 4.5
The NativeActivity<TResult> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abort | When implemented in a derived class, takes actions in response to the activity being aborted. |
|
CacheMetadata(ActivityMetadata) | Not implemented. Use CacheMetadata instead. (Overrides Activity.CacheMetadata(ActivityMetadata).) |
|
CacheMetadata(NativeActivityMetadata) | Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates. |
|
Cancel | When implemented in a derived class, runs logic to cause graceful early completion of the activity. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Execute | When implemented in a derived class, runs the activity’s execution logic. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) | Raises an event when creating a map for the dynamic update. |
|
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | Raises an event when creating a map for the dynamic update. (Overrides Activity.OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity).) |
|
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) |
|
ToString | Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.) |
|
UpdateInstance | Updates the instance of NativeActivity<TResult>. |