Click or drag to resize

ServerCommandData Structure

Note: This API is now obsolete.

Holds data send by the server.

Namespace:  SampSharp.Core.Communication
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")]
public struct ServerCommandData

The ServerCommandData type exposes the following members.

Constructors
  NameDescription
Public methodServerCommandData
Initializes a new instance of the ServerCommandData struct.
Top
Properties
  NameDescription
Public propertyCommand
Gets the command.
Public propertyData
Gets the data associated with the command.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
See Also