VaultFolderCreate.DocumentSvc.DocumentService.AddLabelAsync C# (CSharp) Method

AddLabelAsync() public method

public AddLabelAsync ( long folderId, string labelName, string comment, object userState ) : void
folderId long
labelName string
comment string
userState object
return void
        public void AddLabelAsync(long folderId, string labelName, string comment, object userState) {
            if ((this.AddLabelOperationCompleted == null)) {
                this.AddLabelOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddLabelOperationCompleted);
            }
            this.InvokeAsync("AddLabel", new object[] {
                        folderId,
                        labelName,
                        comment}, this.AddLabelOperationCompleted, userState);
        }
        

Same methods

DocumentService::AddLabelAsync ( long folderId, string labelName, string comment ) : void
DocumentService