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

storeBlogEntryAsync() 공개 메소드

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

Same methods

ConfluenceSoapServiceService::storeBlogEntryAsync ( string in0, RemoteBlogEntry in1, object userState ) : void
ConfluenceSoapServiceService