P4Server Represents the connection to a Perforce Server using the the P4 Bridge DLL. It wraps the calls exported by the DLL and transforms the data types exported by the DLL as native C#.NET data types.
P4Server Represents the connection to a Perforce Server using the the P4 Bridge DLL. It wraps the calls exported by the DLL and transforms the data types exported by the DLL as native C#.NET data types.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public class P4Server : IDisposable
Visual Basic
Public Class P4Server _
	Implements IDisposable
Visual C++
public ref class P4Server : IDisposable

Remarks

This file contains the internal data a methods that are not part of the public interface

Inheritance Hierarchy

System..::..Object
  Perforce.P4..::..P4Server

See Also