Interface IBuiltParameter
Interface class contains the signature of function to build the parameter. The build parameters can be added into session via CommitParameters().
Inherited Members
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public interface IBuiltParameter : IChannelBuilder
Methods
AddToSession()
Add the parameter into the session.
Declaration
Parameter AddToSession()
Returns
Type | Description |
---|---|
Parameter | Parameter object. |