Show / Hide Table of Contents

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
IChannelBuilder.OnPeriodicChannel(Frequency, DataType)
IChannelBuilder.OnChannel(Channel)
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.

In This Article
Back to top Generated by DocFX