Show / Hide Table of Contents

Method TryAppend

| Edit this page View Source

TryAppend(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

True is the message was successfully appended, False is the message couldn't be appended.

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
TargetVersions
.NET Standard 2.0main, v3.0, v2.2, v2.1, v2.0
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0, v2.2, v2.1, v2.0
Xamarin.Androidv2.2, v2.1, v2.0
Xamarin.iOSv2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX