SuspendSubscribeWorkitem Method
In This Topic
Syntax
'Declaration
<System.Web.Http.HttpPostAttribute()>
Public Function SuspendSubscribeWorkitem( _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String _
) As System.Net.Http.HttpResponseMessage
'Usage
Dim instance As SubscriptionController
Dim ServerIndex As System.Integer
Dim resource As System.String
Dim suspendAETitle As System.String
Dim value As System.Net.Http.HttpResponseMessage
value = instance.SuspendSubscribeWorkitem(ServerIndex, resource, suspendAETitle)
[System.Web.Http.HttpPost()]
public System.Net.Http.HttpResponseMessage SuspendSubscribeWorkitem(
System.int ,
System.string ,
System.string
)
public function SuspendSubscribeWorkitem(
: System.Integer;
: System.String;
: System.String
): System.Net.Http.HttpResponseMessage;
System.Web.Http.HttpPostAttribute()
public function SuspendSubscribeWorkitem(
: System.int,
: System.String,
: System.String
) : System.Net.Http.HttpResponseMessage;
[System.Web.Http.HttpPost()]
public: System.Net.Http.HttpResponseMessage* SuspendSubscribeWorkitem(
System.int ,
System.string* ,
System.string*
)
[System.Web.Http.HttpPost()]
public:
System.Net.Http.HttpResponseMessage^ SuspendSubscribeWorkitem(
System.int ,
System.String^ ,
System.String^
)
Parameters
- ServerIndex
- resource
- suspendAETitle
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also