| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function Execute( _ ByVal client As IRpcClientInfo, _ ByVal input() As Byte _ ) As Byte() | |
| C# | |
|---|---|
public virtual byte[] Execute( IRpcClientInfo client, byte[] input ) | |
Parameters
- client
- input
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
RpcServerApi ClassRpcServerApi Members
IRpcClientInfo