Class SessionConfigurationV2
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Host.Diagnostics.Eventing
Assembly: AltV.Net.Host.dll
Syntax
public class SessionConfigurationV2 : SessionConfiguration
Constructors
| Improve this Doc View SourceSessionConfigurationV2(UInt32, EventPipeSerializationFormat, Boolean, IReadOnlyCollection<Provider>)
Declaration
public SessionConfigurationV2(uint circularBufferSizeMB, EventPipeSerializationFormat format, bool requestRundown, IReadOnlyCollection<Provider> providers)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | circularBufferSizeMB | |
EventPipeSerializationFormat | format | |
System.Boolean | requestRundown | |
System.Collections.Generic.IReadOnlyCollection<Provider> | providers |
Properties
| Improve this Doc View SourceRequestRundown
Declaration
public bool RequestRundown { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceSerialize()
Declaration
public override byte[] Serialize()
Returns
Type | Description |
---|---|
System.Byte[] |