Click or drag to resize
ApiConnectionBeginGetAppVersionDiffSummary Method
Gets selected version diff summary.

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

Parameters

appSecret
Type: SystemString
Secret of an application.
versionId
Type: SystemInt32
Version id.
callback (Optional)
Type: PatchKit.AsyncCancellableAsyncCallback
Callback.
state (Optional)
Type: SystemObject
Operation state.

Return Value

Type: ICancellableAsyncResult
See Also