GetPresenceActivity Class

Queries for presence information.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Rtc.Workflow.Activities.GetPresenceActivity

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(GetPresenceActivity), "Images.GetPresenceActivity.bmp")> _
Public NotInheritable Class GetPresenceActivity _
    Inherits Activity _
    Implements IInstanceDependencyContainer
'Usage
Dim instance As GetPresenceActivity
[ToolboxBitmapAttribute(typeof(GetPresenceActivity), "Images.GetPresenceActivity.bmp")]
public sealed class GetPresenceActivity : Activity, 
    IInstanceDependencyContainer

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

GetPresenceActivity Members

Microsoft.Rtc.Workflow.Activities Namespace