Click or drag to resize
ApiConnectionBeginGetAppChangelog Method
Gets a complete changelog of an application.

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

Parameters

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

Return Value

Type: ICancellableAsyncResult
See Also