C# Class WinRightGrid.Storage

Datei anzeigen Open project: rs-services/RightGridWindowsImplementation

Public Methods

Method Description
Get ( string bucket, string key, string fileName ) : void
Put ( string bucket, string key, string fileName ) : void
Test ( ) : void

Method Details

Get() public static method

public static Get ( string bucket, string key, string fileName ) : void
bucket string
key string
fileName string
return void

Put() public static method

public static Put ( string bucket, string key, string fileName ) : void
bucket string
key string
fileName string
return void

Test() public static method

public static Test ( ) : void
return void