C# Class Rhino.Licensing.Discovery.DiscoveryClient

Publish the presence of a client over the network
Inheritance: IDisposable
显示文件 Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
DiscoveryClient ( System.Guid senderId, System.Guid userId, string machineName, string userName ) : System
DiscoveryClient ( System.Guid senderId, System.Guid userId, string machineName, string userName, System.TimeSpan publishLimit ) : System
PublishMyPresence ( ) : void

Publish the presence of this node

Private Methods

Method Description
IDisposable ( ) : void

Method Details

DiscoveryClient() public method

public DiscoveryClient ( System.Guid senderId, System.Guid userId, string machineName, string userName ) : System
senderId System.Guid
userId System.Guid
machineName string
userName string
return System

DiscoveryClient() public method

public DiscoveryClient ( System.Guid senderId, System.Guid userId, string machineName, string userName, System.TimeSpan publishLimit ) : System
senderId System.Guid
userId System.Guid
machineName string
userName string
publishLimit System.TimeSpan
return System

PublishMyPresence() public method

Publish the presence of this node
public PublishMyPresence ( ) : void
return void