FluentConfigRemote..::..StartRemotingOn Method (FluentConfig, String)

Namespace:  Akka
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public static FluentConfig StartRemotingOn(
	this FluentConfig self,
	string hostname
)
<ExtensionAttribute> _
Public Shared Function StartRemotingOn ( _
	self As FluentConfig, _
	hostname As String _
) As FluentConfig
[ExtensionAttribute]
public:
static FluentConfig^ StartRemotingOn(
	FluentConfig^ self, 
	String^ hostname
)

Parameters

self
Type: Akka..::..FluentConfig
hostname
Type: String