zaifapi class : Release() method
Description
Releases the unmanaged resources that are used in the zaifapi.
Syntax
zaifapiInstance.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: | zaifapi zaifapiIns = new zaifapi(apiKey, secretKey); |
4: | zaifapiIns.Release(); |
Notes
The instance that called the Release() method is returned to the uninitialized state.
Links for reference
None.