Delegate MultipleStateOperationOperationDelagateHandler
|
Namespace: DedNetAcad.FormsAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 27.1.0
Sintassi public delegate DedCmdResult OperationDelagateHandler(
DedState targetState,
string changeNote,
MultipleStateOperationPartInfoDoc docInfo,
bool multiplo,
out string message,
out List<Exception> pubExtList
)
Public Delegate Function OperationDelagateHandler (
targetState As DedState,
changeNote As String,
docInfo As MultipleStateOperationPartInfoDoc,
multiplo As Boolean,
<OutAttribute> ByRef message As String,
<OutAttribute> ByRef pubExtList As List(Of Exception)
) As DedCmdResult
public delegate DedCmdResult OperationDelagateHandler(
DedState^ targetState,
String^ changeNote,
MultipleStateOperationPartInfoDoc^ docInfo,
bool multiplo,
[OutAttribute] String^% message,
[OutAttribute] List<Exception^>^% pubExtList
)
type OperationDelagateHandler =
delegate of
targetState : DedState *
changeNote : string *
docInfo : MultipleStateOperationPartInfoDoc *
multiplo : bool *
message : string byref *
pubExtList : List<Exception> byref -> DedCmdResult
Parametri
- targetState DedState
-
- changeNote String
-
- docInfo MultipleStateOperationPartInfoDoc
-
- multiplo Boolean
-
- message String
-
- pubExtList ListException
-
Valore di ritorno
DedCmdResultVedi anche