C# Class RemotingSamples.HelloServerByRef

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
HelloMethod ( string text, ForwardByRef fbr ) : string
HelloServerByRef ( ) : System

Method Details

HelloMethod() public method

public HelloMethod ( string text, ForwardByRef fbr ) : string
text string
fbr ForwardByRef
return string

HelloServerByRef() public method

public HelloServerByRef ( ) : System
return System