CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeSpaceAsync C# (CSharp) 메소드

removeSpaceAsync() 공개 메소드

public removeSpaceAsync ( string in0, string in1 ) : void
in0 string
in1 string
리턴 void
        public void removeSpaceAsync(string in0, string in1) {
            this.removeSpaceAsync(in0, in1, null);
        }
        

Same methods

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