Click or drag to resize
MvComponent Properties

The MvComponent type exposes the following members.

Properties
  NameDescription
Public propertyC2SPendingTransCount
Gets the number of component to server pending transactions.
Public propertyC2STransactionDepth
Gets the depth of the current component-to-server transaction.
Public propertyDecoder
Gets the message decoder.
(Inherited from MvEndPoint.)
Public propertyDefaultC2STransactionMode
Gets or sets the component-to-server default transaction status.
Public propertyEncoder
Gets the message encoder.
(Inherited from MvEndPoint.)
Public propertyExitOnDeletion
Specifies if Exit is called when the component is destroyed.
Public propertyhasC2SUpdates
Gets a value that indicates if the current component to server transaction is not empty.
Public propertyInC2STransaction
Gets a value indicating if a component-to-server transaction is already initialized in the component.
Public propertyInS2CTransaction
Gets a value that whether a server-to-component transaction is being processed.
Public propertyStatic memberMsgStream
Gets or sets the writer on which messages received from the server are written.
Public propertyName
Gets the component name.
Public propertyPeerHost
Gets the host name of the connected process.
(Inherited from MvEndPoint.)
Public propertyPeerName
Gets the name of the connected process.
(Inherited from MvEndPoint.)
Public propertyRepresentations
Gets IEnumerable on all the representations of this component.
Public propertyS2CPendingTransCount
Gets the number of component to server pending transactions.
Public propertySuspendedS2CTransNb
Suspends the processing of any new transaction issued by the server.
Public propertyThereIsSuspendedS2CTrans
Gets a value indicating if there is a suspended transaction.
Public propertyTransactionId
Gets the identifier of the current component-to-server transaction.
Top
See Also