Freigeben über


GetInstanceAddress-Klasse

 

Eine Aktivität zum Zurückgeben der Adresse der ausgeführten Workflowinstanz.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Vererbungshierarchie

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.GetInstanceAddress

Syntax

public sealed class GetInstanceAddress : CodeActivity<string>
public ref class GetInstanceAddress sealed : CodeActivity<String^>
[<Sealed>]
type GetInstanceAddress = 
    class
        inherit CodeActivity<string>
    end
Public NotInheritable Class GetInstanceAddress
    Inherits CodeActivity(Of String)

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod GetInstanceAddress()

Initialisiert eine neue Instanz der GetInstanceAddress-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_protproperty CacheId

(Geerbt von Activity.)

System_CAPS_pubproperty DisplayName

(Geerbt von Activity.)

System_CAPS_pubproperty Id

(Geerbt von Activity.)

System_CAPS_protproperty ImplementationVersion

(Geerbt von CodeActivity<TResult>.)

System_CAPS_pubproperty Result

(Geerbt von Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Geerbt von ActivityWithResult.)

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetType()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Activity.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Activities-Namespace

Zurück zum Anfang