iControl.LocalLBDNSCache.create C# (CSharp) Method

create() private method

private create ( string caches, LocalLBDNSCacheType types ) : void
caches string
types LocalLBDNSCacheType
return void
        public void create(
		string [] caches,
		LocalLBDNSCacheType [] types
	)
        {
            this.Invoke("create", new object [] {
                caches,
                types});
        }
LocalLBDNSCache