AgentScope.CacheMetadata Method

Include Protected Members
Include Inherited Members

Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method CacheMetadata(ActivityMetadata) Not implemented. Use the CacheMetadata(NativeActivityMetadata) method instead. (Inherited from NativeActivity.)
Protected method CacheMetadata(NativeActivityMetadata) Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates. (Inherited from NativeActivity.)

Top

Remarks

Custom activity authors can provide validation logic in an activity's CacheMetadata override. Any exceptions that are thrown from CacheMetadata are not treated as validation errors. These exceptions will escape from the call to Validate and must be handled by the caller.

See Also

Reference

AgentScope Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace

Other Resources

Configuring Activity Validation