Method SetJournalingMethodCall
SetJournalingMethodCall(bool, bool, bool)
Sets the format of the journaling of method calls.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void SetJournalingMethodCall(bool inWritesHost, bool inWritesHostMember, bool inWritesArgumentName)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | inWritesHost | Whether to write the name of the host. |
| bool | inWritesHostMember | Whether to write the name of the host member. |
| bool | inWritesArgumentName | Whether to write the name of the argument. |
Remarks
The format of a method call is: [Host Name].[Host Member Name].[Method Name]([Argument Name] = value, ...).
Example: TopSolidHost.Documents.SetName(inDocumentId = ..., inName = ...).
This method is available since v7.8.