'Declaration
<ExtensionAttribute()> Public Overloads Shared Sub ChangeMonitoredItemSubscription( _ ByVal client As IEasyUAClient, _ ByVal subscriptionChangeArguments As EasyUASubscriptionChangeArguments _ )
'Usage
Dim client As IEasyUAClient Dim subscriptionChangeArguments As EasyUASubscriptionChangeArguments IEasyUAClientExtension.ChangeMonitoredItemSubscription(client, subscriptionChangeArguments)
[Extension()] public static void ChangeMonitoredItemSubscription( IEasyUAClient client, EasyUASubscriptionChangeArguments subscriptionChangeArguments )
[Extension()] public: static void ChangeMonitoredItemSubscription( IEasyUAClient^ client, EasyUASubscriptionChangeArguments^ subscriptionChangeArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - subscriptionChangeArguments
- Arguments specifying which subscription to change and how.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).