Share via


VssResponseContext Constructor

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    activityId As String _
)
public VssResponseContext(
    string activityId
)
public:
VssResponseContext(
    String^ activityId
)
new : 
        activityId:string -> VssResponseContext
public function VssResponseContext(
    activityId : String
)

Parameters

.NET Framework Security

See Also

Reference

VssResponseContext Class

Microsoft.VisualStudio.Services.WebApi Namespace