Constructor CacheConnection
CacheConnection(String, Int32)
Initializes new instance of CacheConnection
Declaration
public CacheConnection(string server = null, int port = 8250)
Parameters
Type | Name | Description |
---|---|---|
System.String | server | Specifies the name of server on which cache is running. |
System.Int32 | port | Specifies the port of server on which cache is running. |