Click or drag to resize

CutRequest Class

Load request.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APICutRequest

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntax
C#
public sealed class CutRequest : IMessage<CutRequest>, 
	IMessage, IEquatable<CutRequest>, IDeepCloneable<CutRequest>, 
	IBufferMessage

The CutRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEndTime 
Public propertyHasEndTimeGets whether the "endTime" field is set
Public propertyHasStartTimeGets whether the "startTime" field is set
Public propertyLoadpath Path to load the traces from (for PC running the service).
Public propertyOptions Additional trace options
Public propertyStatic memberParser 
Public propertyStartTime 
Public propertyWritepath Path to save the new trace file
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearEndTimeClears the value of the "endTime" field
Public methodClearStartTimeClears the value of the "startTime" field
Public methodClone 
Public methodEquals(CutRequest) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(CutRequest) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberEndTimeFieldNumberField number for the "endTime" field.
Public fieldStatic memberLoadpathFieldNumberField number for the "loadpath" field.
Public fieldStatic memberOptionsFieldNumberField number for the "options" field.
Public fieldStatic memberStartTimeFieldNumberField number for the "startTime" field.
Public fieldStatic memberWritepathFieldNumberField number for the "writepath" field.
Top
See Also