CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.storeSpaceAsync C# (CSharp) Метод

storeSpaceAsync() публичный Метод

public storeSpaceAsync ( string in0, RemoteSpace in1 ) : void
in0 string
in1 RemoteSpace
Результат 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