C# Class Spring.Data.Gemfire.HelloWorld.HelloWorld

Main object for interacting with the cache from the console.
Inheritance: IDisposable
Mostrar archivo Open project: spring-projects/spring-gemfire-net

Public Methods

Method Description
Dispose ( ) : void
GreetWorld ( string args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GreetWorld() public method

public GreetWorld ( string args ) : void
args string
return void