Click or drag to resize
ApiConnectionBeginGetAppVersion Method
Gets selected version object. If API key is provided, can get the information about draft version.

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

Parameters

appSecret
Type: SystemString
Secret of an application.
versionId
Type: SystemInt32
Version id.
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