bitbankapi class : Release() method

Description

Releases the unmanaged resources that are used in the bitbankapi.

Syntax

bitbankapiInstance.Release()

Arguments

None.

Return value

None.

Sample code

1:

string apiKey = "3622c294-zs5m-587w-vv7j-sdf454h1sdbl";

2:

string secretKey = "4be789k3-dd7r-9d23-jy45-qng4c83hjk1g";

3:

bitbankapi bitbankapiIns = new bitbankapi(apiKey, secretKey);

4:

bitbankapiIns.Release();

Notes

The instance that called the Release() method is returned to the uninitialized state.

Links for reference

None.

Copyright © Cooker All rights reserved.