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

storeBlogEntryAsync() public method

public storeBlogEntryAsync ( string in0, RemoteBlogEntry in1 ) : void
in0 string
in1 RemoteBlogEntry
return 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