CSharpTest.Net
RpcServerApi Constructor(Guid,Int32,Int32,Boolean)
See Also  Send Feedback Download Help File
CSharpTest.Net.RpcLibrary Assembly > CSharpTest.Net.RpcLibrary Namespace > RpcServerApi Class > RpcServerApi Constructor : RpcServerApi Constructor(Guid,Int32,Int32,Boolean)

iid
maxCalls
maxRequestBytes
allowAnonTcp

Glossary Item Box

Constructs an RPC server for the given interface guid, the guid is used to identify multiple rpc servers/services within a single process.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal iid As Guid, _
   ByVal maxCalls As Integer, _
   ByVal maxRequestBytes As Integer, _
   ByVal allowAnonTcp As Boolean _
)
C# 
public RpcServerApi( 
   Guid iid,
   int maxCalls,
   int maxRequestBytes,
   bool allowAnonTcp
)

Parameters

iid
maxCalls
maxRequestBytes
allowAnonTcp

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys