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

storeSpaceAsync() public method

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

Same methods

ConfluenceSoapServiceService::storeSpaceAsync ( string in0, RemoteSpace in1, object userState ) : void
ConfluenceSoapServiceService