AzurePollingApiBaseActivity Class

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<String>
        System.Activities.AsyncCodeActivity<String>
          Microsoft.TeamFoundation.Deployment.Workflow.Activities.RestApiAsyncCodeActivity<String>
            Microsoft.TeamFoundation.Deployment.Workflow.Activities.AzureApiAsyncCodeActivity<String>
              Microsoft.TeamFoundation.Deployment.Workflow.Activities.AzurePollingApiBaseActivity
                Microsoft.TeamFoundation.Deployment.Workflow.Activities.AzureUpdateHostedService

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
Public MustInherit Class AzurePollingApiBaseActivity _
    Inherits AzureApiAsyncCodeActivity(Of String)
public abstract class AzurePollingApiBaseActivity : AzureApiAsyncCodeActivity<string>
public ref class AzurePollingApiBaseActivity abstract : public AzureApiAsyncCodeActivity<String^>
[<AbstractClass>]
type AzurePollingApiBaseActivity =  
    class 
        inherit AzureApiAsyncCodeActivity<string>
    end
public abstract class AzurePollingApiBaseActivity extends AzureApiAsyncCodeActivity<String>

The AzurePollingApiBaseActivity type exposes the following members.

Constructors

  Name Description
Protected method AzurePollingApiBaseActivity

Top

Properties

  Name Description
Public property AllowUntrustedCertificates (Inherited from RestApiAsyncCodeActivity<T>.)
Protected property CacheId Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.)
Public property ConnectedService (Inherited from RestApiAsyncCodeActivity<T>.)
Protected property Constraints Gets a collection of Constraint activities that can be configured to provide validation for the Activity. (Inherited from Activity.)
Public property DisplayName Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.)
Public property Id Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.)
Protected property Implementation Gets nulla null reference (Nothing in Visual Basic) or throws an error when there is an attempt to set the value of this property. (Inherited from AsyncCodeActivity<String>.)
Protected property ImplementationVersion Gets or sets the implementation version of the activity. (Inherited from AsyncCodeActivity<String>.)
Public property Result Gets or sets the result argument for the Activity<TResult>. (Inherited from Activity<String>.)
Public property ResultType When implemented in a derived class, gets the type of an activity OutArgument. (Inherited from ActivityWithResult.)

Top

Methods

  Name Description
Protected method BeginExecute (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method CacheMetadata(ActivityMetadata) Not implemented. Use CacheMetadata instead. (Inherited from AsyncCodeActivity<String>.)
Protected method CacheMetadata(CodeActivityMetadata) (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method Cancel (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method CreateWebRequest CreateWebRequest must return the completed Web request. The base class implementation creates the instance, calls GetRequestUri abstract method to get the real URI for the request call the GetApiCredentials virtual method to set credentials based on the given connected service and fills in the standard headers Override GetApiCredentials if the credentials are non-standard Override this method to additionally adjust the webrequest after you call the base implmentation If you do not call the base implementation, GetRequestUri and GetApiCredentials will not be called. (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method EndExecute (Inherited from RestApiAsyncCodeActivity<T>.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetRequestUri (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method GetResult (Overrides RestApiAsyncCodeActivity<T>.GetResult(AsyncCodeActivityContext, HttpWebResponse).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnCancel (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method OnCreateDynamicUpdateMap Raises an event when creating a map for the dynamic update. (Inherited from AsyncCodeActivity<String>.)
Protected method SetApiCredentials (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method SetBody (Inherited from RestApiAsyncCodeActivity<T>.)
Protected method SetHeaders (Inherited from AzureApiAsyncCodeActivity<T>.)
Public method ShouldSerializeDisplayName Indicates whether the DisplayName property should be serialized. (Inherited from Activity.)
Public method ToString Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.)

Top

Extension Methods

  Name Description
Public Extension Method GetAssemblyMetadataCollection (Defined by WorkflowHelpers.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace