PersistenceChannel.ExternalSaveAs (METH) ¶ METHOD ExternalSaveAs : BOOL InOut: Scope Name Type Return ExternalSaveAs BOOL Input itfDataStorage IDataStorage
PersistenceChannel.GetIsActionOngoing (METH) ¶ METHOD GetIsActionOngoing : BOOL This method tries to get if this channel is currently active writing or reading. ..return: If it was possible to get the current state of activity. If this is FALSE xIsActionOngoing is not valid! InOut: Scope Name Type Return GetIsActionOngoing BOOL Output xIsActionOngoing BOOL
IModule ¶ CallPrioHighStart (Method) CallPrioLowStart (Method) Init (Method) OnAfterOnlineChange (Method)
PersistenceChannel.CallPrioHighStart (METH) ¶ METHOD CallPrioHighStart : BOOL InOut: Scope Name Type Return CallPrioHighStart BOOL
PersistenceChannel.SuccessfulWriteCycles (PROP) ¶ PROPERTY SuccessfulWriteCycles : __UXINT see IPersistenceChannel5.SuccessfulWriteCycles
PersistenceChannel.WriteCycles (PROP) ¶ PROPERTY WriteCycles : __UXINT see IPersistenceChannel5.WriteCycles
PersistenceChannel.SetIsActionOngoing (METH) ¶ METHOD SetIsActionOngoing : BOOL This method tries to set that this channel is currently active writing or reading. ..return: If it was possible to set the current state of activity. If this is FALSE xIsActionOngoing has not been set! InOut: Scope Name Type Return SetIsActionOngoing BOOL Input xIsActionOngoing BOOL
private ¶ Callback EventCallback (Method) fb_exit (Method)
Callback ¶ EventCallback (Method)
PersistenceChannel.fb_exit (METH) ¶ METHOD fb_exit : BOOL InOut: Scope Name Type Comment Return fb_exit BOOL Input bInCopyCode BOOL if TRUE, the exit method is called for exiting an instance that is copied afterwards (online change).