Click or drag to resize
ApiConnectionBeginGetAppVersionList Method
Gets the basic information for all published versions. When API Key is provided, draft version information is included if draft version exists.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ICancellableAsyncResult BeginGetAppVersionList(
	string appSecret,
	string apiKey = null,
	CancellableAsyncCallback callback = null,
	Object state = null
)

Parameters

appSecret
Type: SystemString
Secret of an application.
apiKey (Optional)
Type: SystemString
Application owner API key.
callback (Optional)
Type: PatchKit.AsyncCancellableAsyncCallback
Callback.
state (Optional)
Type: SystemObject
Operation state.

Return Value

Type: ICancellableAsyncResult
See Also