[This is preliminary documentation and is subject to change.]
Initializes a new instance of the ServerMetaData class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public ServerMetaData( string name, ServerAddress address, string root, DateTime date, string dateTimeOffset, int uptime, ServerVersion version, ServerLicense license, string licenseIp, bool caseSensitive, bool unicodeEnabled, bool moveEnabled ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ address As ServerAddress, _ root As String, _ date As DateTime, _ dateTimeOffset As String, _ uptime As Integer, _ version As ServerVersion, _ license As ServerLicense, _ licenseIp As String, _ caseSensitive As Boolean, _ unicodeEnabled As Boolean, _ moveEnabled As Boolean _ ) |
Visual C++ |
---|
public: ServerMetaData( String^ name, ServerAddress^ address, String^ root, DateTime date, String^ dateTimeOffset, int uptime, ServerVersion^ version, ServerLicense^ license, String^ licenseIp, bool caseSensitive, bool unicodeEnabled, bool moveEnabled ) |
Parameters
- name
- Type: System..::..String
- address
- Type: Perforce.P4..::..ServerAddress
- root
- Type: System..::..String
- date
- Type: System..::..DateTime
- dateTimeOffset
- Type: System..::..String
- uptime
- Type: System..::..Int32
- version
- Type: Perforce.P4..::..ServerVersion
- license
- Type: Perforce.P4..::..ServerLicense
- licenseIp
- Type: System..::..String
- caseSensitive
- Type: System..::..Boolean
- unicodeEnabled
- Type: System..::..Boolean
- moveEnabled
- Type: System..::..Boolean