IServerMethodParameterCollection Interface

CVB.Net Documentation
Parameter collection for ServerMethodNodeInputParameters and OutputParameters.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public interface IServerMethodParameterCollection : ICollection<IMethodParameter>, 
	IEnumerable<IMethodParameter>, IEnumerable

The IServerMethodParameterCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount (Inherited from ICollectionIMethodParameter.)
Public propertyIsReadOnly (Inherited from ICollectionIMethodParameter.)
Top
Methods

  NameDescription
Public methodAdd(T) (Inherited from ICollectionIMethodParameter.)
Public methodAdd(String, DataType)
Helper to easily add a new method parameter.
Public methodClear (Inherited from ICollectionIMethodParameter.)
Public methodContains (Inherited from ICollectionIMethodParameter.)
Public methodCopyTo (Inherited from ICollectionIMethodParameter.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIMethodParameter.)
Public methodRemove (Inherited from ICollectionIMethodParameter.)
Top
See Also

Reference