ConoHaNet.OpenStackMember.ChangeVncKeymap C# (CSharp) Method

ChangeVncKeymap() public method

public ChangeVncKeymap ( string serverId, string vncKeymap ) : bool
serverId string
vncKeymap string
return bool
        public bool ChangeVncKeymap(string serverId, string vncKeymap)
        {
            return ServersProvider.ChangeVncKeymap(serverId, vncKeymap, this.DefaultRegion, this.Identity);
        }
OpenStackMember