CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeUserAsync C# (CSharp) Method

removeUserAsync() public method

public removeUserAsync ( string in0, string in1 ) : void
in0 string
in1 string
return void
        public void removeUserAsync(string in0, string in1) {
            this.removeUserAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::removeUserAsync ( string in0, string in1, object userState ) : void
ConfluenceSoapServiceService