Method TryAppend
| Edit this page View SourceTryAppend(string, string[])
Attempts to append one message to an existing one
Declaration
bool TryAppend(string messageType, string[] values)
Parameters
Type | Name | Description |
---|---|---|
string | messageType | |
string[] | values |
Returns
Type | Description |
---|---|
bool |
|
Remarks
This method should return false if the message being appended isn't the next message in line, and various indicators show this is a different message than the previous one. It should also return false if you append to a message that didn't start with the first message.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
UWP | main, v3.0, v2.2, v2.1, v2.0 |
Xamarin.Android | v2.2, v2.1, v2.0 |
Xamarin.iOS | v2.2, v2.1, v2.0 |