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

removeSpaceWatchAsync() 공개 메소드

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

Same methods

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