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
- activityId
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.