pipeclient class : Set(string,string) method

Description

Sets the value for the item.

Syntax

pipeclientInstance.Set(string itemName, string value)

Arguments

ClassNameDescription
stringitemNameA item name.
stringvalueA value.

Return value

None

Sample code

1:

pipe p = new pipe("newchannel");

2:

pipeclient pClient = new pipeclient("newchannel");

3:

pClient.Set("item1", "item1_value");

Notes

None

Links for reference

None

Copyright © Cooker All rights reserved.