Click or drag to resize

ProfileToMirrorServer Class

Class which allows you to store a zprofile to a mirror server.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.DeviceProfileToMirrorServer

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public class ProfileToMirrorServer

The ProfileToMirrorServer type exposes the following members.

Constructors
  NameDescription
Public methodProfileToMirrorServer
Creates an instance of a class which can be used to store a profile onto a mirror server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSendToMirrorServer
Stores the profile to the mirror server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also